1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 03:54:10 +01:00

[feature/controller] Fix syntax error in template code

PHPBB3-10864
This commit is contained in:
David King 2012-11-13 09:51:23 -05:00
parent 1c5a82c411
commit b5255d4ea4

View File

@ -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);