diff options
Diffstat (limited to '')
-rw-r--r-- | include/template.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/template.class.php b/include/template.class.php index dfe1562a3..7b4e4caf1 100644 --- a/include/template.class.php +++ b/include/template.class.php @@ -224,7 +224,7 @@ class Template { { if ( !isset($this->files[$handle]) ) { - trigger_error("Template->parse(): Couldn't load template file for handle $handle", E_USER_ERROR); + fatal_error("Template->parse(): Couldn't load template file for handle $handle"); } $this->smarty->assign( 'ROOT_URL', get_root_url() ); |