mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +02:00
[feature/template-engine] Delete useless $template globalization.
PHPBB3-9726
This commit is contained in:
@@ -128,7 +128,7 @@ class bbcode
|
|||||||
*/
|
*/
|
||||||
function bbcode_cache_init()
|
function bbcode_cache_init()
|
||||||
{
|
{
|
||||||
global $phpbb_root_path, $phpEx, $template, $config, $user;
|
global $phpbb_root_path, $phpEx, $config, $user;
|
||||||
|
|
||||||
if (empty($this->template_filename))
|
if (empty($this->template_filename))
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user