[ticket/15871] Add $php_ini to the class properties list

PHPBB3-15871
This commit is contained in:
rxu 2018-11-15 21:01:17 +07:00
parent b03da3a9b2
commit af1e8901e5
No known key found for this signature in database
GPG key ID: 955F0567380E586A

View file

@ -36,6 +36,7 @@ class acp_extensions
private $phpbb_dispatcher;
private $ext_manager;
private $phpbb_container;
private $php_ini;
function main()
{