Add missing property declaration.
This commit is contained in:
parent
2470c65175
commit
3623bdd4b1
@ -7,6 +7,8 @@ namespace Serendipity;
|
||||
|
||||
class Routing
|
||||
{
|
||||
protected $serendipity;
|
||||
|
||||
public function __construct(&$serendipity)
|
||||
{
|
||||
$this->serendipity =& $serendipity;
|
||||
|
Loading…
x
Reference in New Issue
Block a user