summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/code-error.html.tmpl
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2010-02-06 18:53:32 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2010-02-06 18:53:32 +0100
commitfcf51896ea64862b43e651657ea775319c1abd31 (patch)
tree94070166c53d16897799537bca83ca5930b90511 /template/en/default/global/code-error.html.tmpl
parenta4362815ee6e840253a8d42e2bbe4c604f58cd15 (diff)
downloadbugzilla-fcf51896ea64862b43e651657ea775319c1abd31.tar.gz
bugzilla-fcf51896ea64862b43e651657ea775319c1abd31.tar.xz
Bug 515568: handle_login() doesn't check $@ after eval
r/a=mkanat
Diffstat (limited to 'template/en/default/global/code-error.html.tmpl')
-rw-r--r--template/en/default/global/code-error.html.tmpl3
1 files changed, 3 insertions, 0 deletions
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.