mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/15871] Add $php_ini to the class properties list
PHPBB3-15871
This commit is contained in:
parent
b03da3a9b2
commit
af1e8901e5
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ class acp_extensions
|
||||||
private $phpbb_dispatcher;
|
private $phpbb_dispatcher;
|
||||||
private $ext_manager;
|
private $ext_manager;
|
||||||
private $phpbb_container;
|
private $phpbb_container;
|
||||||
|
private $php_ini;
|
||||||
|
|
||||||
function main()
|
function main()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue