summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--globals.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/globals.pl b/globals.pl
index 36bdf506c..5931d186d 100644
--- a/globals.pl
+++ b/globals.pl
@@ -1467,8 +1467,7 @@ $::template ||= Template->new(
url_quote => \&url_quote ,
} ,
}
-) || DisplayError("Template creation failed: " . Template->error())
- && exit;
+) || die("Template creation failed: " . Template->error());
# Use the Toolkit Template's Stash module to add utility pseudo-methods
# to template variables.