mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00: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:
parent
6216e6748c
commit
0cb539ed72
1 changed files with 1 additions and 1 deletions
|
@ -55,6 +55,6 @@ class phpbb_template_renderer_eval implements phpbb_template_renderer
|
|||
$_rootref = &$context->get_root_ref();
|
||||
$_lang = $lang;
|
||||
|
||||
eval($this->code);
|
||||
eval(' ?>' . $this->code . '<?php ');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue