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;