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:
parent
84d2d767b9
commit
21803dc99b
@ -31,7 +31,7 @@ class acp_extensions
|
||||
private $cache;
|
||||
private $log;
|
||||
private $request;
|
||||
private $php_dispatcher;
|
||||
private $phpbb_dispatcher;
|
||||
private $ext_manager;
|
||||
|
||||
function main()
|
||||
|
Loading…
x
Reference in New Issue
Block a user