mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 13:48:55 +00: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
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue