mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[feature/controller] Fix syntax error in template code
PHPBB3-10864
This commit is contained in:
parent
1c5a82c411
commit
b5255d4ea4
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ class phpbb_template
|
|||
|
||||
if (!$template_var)
|
||||
{
|
||||
throw new RuntimeException($this->user->lang('TEMPLATE_CANNOT_BE_ASSIGNED')
|
||||
throw new RuntimeException($this->user->lang('TEMPLATE_CANNOT_BE_ASSIGNED'));
|
||||
}
|
||||
|
||||
$this->assign_var($template_var, $contents);
|
||||
|
|
Loading…
Add table
Reference in a new issue