1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-19 23:20:22 +01:00

[ticket/14919] Do not directly use globals in acp_extensions

Declare all used variables (u_action, tpl_name, page_title). Fix typo.

PHPBB3-14919
This commit is contained in:
javiexin 2016-12-25 14:34:52 +01:00
parent 84d2d767b9
commit 21803dc99b

View File

@ -31,7 +31,7 @@ class acp_extensions
private $cache;
private $log;
private $request;
private $php_dispatcher;
private $phpbb_dispatcher;
private $ext_manager;
function main()