diff options
Diffstat (limited to 'userprefs.cgi')
-rwxr-xr-x | userprefs.cgi | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/userprefs.cgi b/userprefs.cgi index ddeb0f1f7..79690563c 100755 --- a/userprefs.cgi +++ b/userprefs.cgi @@ -409,7 +409,6 @@ SWITCH: for ($current_tab_name) { # Generate and return the UI (HTML page) from the appropriate template. print "Content-type: text/html\n\n"; -$template->process("prefs/userprefs.tmpl", $vars) - || DisplayError("Template process failed: " . $template->error()) - && exit; +$template->process("account/prefs/prefs.html.tmpl", $vars) + || ThrowTemplateError($template->error()); |