mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/17362] Declare property to avoid PHP 8.2 deprecation notice
PHPBB-17362
This commit is contained in:
parent
294b3ff922
commit
d7477760d6
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ class manager
|
|||
protected $php_ext;
|
||||
protected $extensions;
|
||||
protected $extension_table;
|
||||
protected $filesystem;
|
||||
protected $phpbb_root_path;
|
||||
protected $cache_name;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue