From eac6e1a557e413bfe2564c4d45e5fad68fd9bb32 Mon Sep 17 00:00:00 2001 From: rubencm Date: Thu, 13 Sep 2018 14:48:11 +0000 Subject: [PATCH] [ticket/15765] Add missing property PHPBB3-15765 --- phpBB/phpbb/routing/router.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/phpBB/phpbb/routing/router.php b/phpBB/phpbb/routing/router.php index be6660a54b..09c13a371d 100644 --- a/phpBB/phpbb/routing/router.php +++ b/phpBB/phpbb/routing/router.php @@ -80,6 +80,11 @@ class router implements RouterInterface */ protected $cache_dir; + /** + * @var string + */ + protected $debug_url_generator; + /** * Construct method *