diff options
Diffstat (limited to 'phpBB/includes/template.php')
| -rw-r--r-- | phpBB/includes/template.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/template.php b/phpBB/includes/template.php index 9f1fe1b57b..3060c31510 100644 --- a/phpBB/includes/template.php +++ b/phpBB/includes/template.php @@ -99,7 +99,7 @@ class Template { { if (empty($filename)) { - message_die(ERROR, "Template error - Empty filename specified for $handle"); + trigger_error("Template error - Empty filename specified for $handle", E_USER_ERROR); } $this->filename[$handle] = $filename; |
