diff options
-rwxr-xr-x | createaccount.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/createaccount.cgi b/createaccount.cgi index 2456b9343..ff07da782 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; } |