mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-25 04:24:31 +02:00
[feature/controller] Fix syntax error in template code
PHPBB3-10864
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user