mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[feature/template-engine] Delete useless $template globalization.
PHPBB3-9726
This commit is contained in:
parent
df46a576e9
commit
035a8d7154
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ class bbcode
|
|||
*/
|
||||
function bbcode_cache_init()
|
||||
{
|
||||
global $phpbb_root_path, $phpEx, $template, $config, $user;
|
||||
global $phpbb_root_path, $phpEx, $config, $user;
|
||||
|
||||
if (empty($this->template_filename))
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue