From fcf51896ea64862b43e651657ea775319c1abd31 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Sat, 6 Feb 2010 18:53:32 +0100 Subject: Bug 515568: handle_login() doesn't check $@ after eval r/a=mkanat --- template/en/default/global/code-error.html.tmpl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'template/en/default/global/code-error.html.tmpl') diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index 2c2eb9891..b8a87fb58 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -483,6 +483,9 @@ I could not figure out what you wanted to do. [% END %] + [% ELSIF error == "unknown_method" %] + The requested method '[% method FILTER html %]' was not found. + [% ELSIF error == "usage_mode_invalid" %] '[% invalid_usage_mode FILTER html %]' is not a valid usage mode. -- cgit v1.2.3-24-g4f1b