From 3623bdd4b1618c1e941460fa554840995c8d1db0 Mon Sep 17 00:00:00 2001 From: Markus Birth Date: Sat, 12 Feb 2022 14:20:33 +0100 Subject: [PATCH] Add missing property declaration. --- lib/Serendipity/Routing.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/Serendipity/Routing.php b/lib/Serendipity/Routing.php index d5690ef4..b72413bb 100644 --- a/lib/Serendipity/Routing.php +++ b/lib/Serendipity/Routing.php @@ -7,6 +7,8 @@ namespace Serendipity; class Routing { + protected $serendipity; + public function __construct(&$serendipity) { $this->serendipity =& $serendipity;