]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 138588 - missed a DisplayError -> ThrowTemplateError change.
authorgerv%gerv.net <>
Wed, 24 Apr 2002 14:28:11 +0000 (14:28 +0000)
committergerv%gerv.net <>
Wed, 24 Apr 2002 14:28:11 +0000 (14:28 +0000)
createaccount.cgi

index 2456b9343f59777e3dabe23a633794f3863a9691..ff07da7829e497c0d31f36276647e314424221d7 100755 (executable)
@@ -78,7 +78,7 @@ if (defined($login)) {
     MailPassword($login, $password);
     
     $template->process("account/created.html.tmpl", $vars)
-      || DisplayError($template->error());
+      || ThrowTemplateError($template->error());
     exit;
 }