Add missing property declaration.

This commit is contained in:
Markus Birth 2022-02-12 14:20:33 +01:00
parent 2470c65175
commit 3623bdd4b1
Signed by: mbirth
GPG Key ID: A9928D7A098C3A9A

View File

@ -7,6 +7,8 @@ namespace Serendipity;
class Routing
{
protected $serendipity;
public function __construct(&$serendipity)
{
$this->serendipity =& $serendipity;