mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +02:00
[ticket/10350] Fix for class phpbb_template_renderer_eval
Fixing bug in class phpbb_template_renderer_eval PHPBB3-10350
This commit is contained in:
@@ -55,6 +55,6 @@ class phpbb_template_renderer_eval implements phpbb_template_renderer
|
|||||||
$_rootref = &$context->get_root_ref();
|
$_rootref = &$context->get_root_ref();
|
||||||
$_lang = $lang;
|
$_lang = $lang;
|
||||||
|
|
||||||
eval($this->code);
|
eval(' ?>' . $this->code . '<?php ');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user