aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/template/template.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/template/template.php')
-rw-r--r--phpBB/includes/template/template.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/template/template.php b/phpBB/includes/template/template.php
index a6ae44969b..75bbbe2ef3 100644
--- a/phpBB/includes/template/template.php
+++ b/phpBB/includes/template/template.php
@@ -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);