mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-12 20:56:40 +02: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:
@ -23,6 +23,7 @@ class acp_extensions
|
|||||||
{
|
{
|
||||||
var $u_action;
|
var $u_action;
|
||||||
var $tpl_name;
|
var $tpl_name;
|
||||||
|
var $page_title;
|
||||||
|
|
||||||
private $config;
|
private $config;
|
||||||
private $template;
|
private $template;
|
||||||
|
Reference in New Issue
Block a user