From: gerv%gerv.net <> Date: Wed, 24 Apr 2002 14:28:11 +0000 (+0000) Subject: Bug 138588 - missed a DisplayError -> ThrowTemplateError change. X-Git-Tag: bugzilla-2.16rc1~89 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04d07dde2bdb02eeee135e89d8965d97618d67f1;p=thirdparty%2Fbugzilla.git Bug 138588 - missed a DisplayError -> ThrowTemplateError change. --- diff --git a/createaccount.cgi b/createaccount.cgi index 2456b9343f..ff07da7829 100755 --- a/createaccount.cgi +++ b/createaccount.cgi @@ -78,7 +78,7 @@ if (defined($login)) { MailPassword($login, $password); $template->process("account/created.html.tmpl", $vars) - || DisplayError($template->error()); + || ThrowTemplateError($template->error()); exit; }