mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02: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:
@@ -31,7 +31,7 @@ class acp_extensions
|
||||
private $cache;
|
||||
private $log;
|
||||
private $request;
|
||||
private $php_dispatcher;
|
||||
private $phpbb_dispatcher;
|
||||
private $ext_manager;
|
||||
|
||||
function main()
|
||||
|
Reference in New Issue
Block a user