From d7477760d6fb9862b2b19b3c719a832e99f21e53 Mon Sep 17 00:00:00 2001 From: Micha Ober Date: Mon, 1 Jul 2024 13:45:15 +0200 Subject: [PATCH] [ticket/17362] Declare property to avoid PHP 8.2 deprecation notice PHPBB-17362 --- phpBB/phpbb/extension/manager.php | 1 + 1 file changed, 1 insertion(+) diff --git a/phpBB/phpbb/extension/manager.php b/phpBB/phpbb/extension/manager.php index 0a9f00c77c..2fb9ba881a 100644 --- a/phpBB/phpbb/extension/manager.php +++ b/phpBB/phpbb/extension/manager.php @@ -31,6 +31,7 @@ class manager protected $php_ext; protected $extensions; protected $extension_table; + protected $filesystem; protected $phpbb_root_path; protected $cache_name;