mirror of
https://github.com/phpbb/phpbb.git
synced 2025-03-24 01:20:40 +01:00
[ticket/14919] Do not directly use globals in acp_extensions
Declare all used variables (u_action, tpl_name, page_title). PHPBB3-14919
This commit is contained in:
parent
b20d98a229
commit
84d2d767b9
@ -23,6 +23,7 @@ class acp_extensions
|
||||
{
|
||||
var $u_action;
|
||||
var $tpl_name;
|
||||
var $page_title;
|
||||
|
||||
private $config;
|
||||
private $template;
|
||||
|
Loading…
x
Reference in New Issue
Block a user