mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 12:03:21 +01:00
[feature/controller] Fix syntax error in template code
PHPBB3-10864
This commit is contained in:
parent
1c5a82c411
commit
b5255d4ea4
@ -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…
x
Reference in New Issue
Block a user