aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/global
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2015-12-22 21:01:15 +0000
committerDavid Lawrence <dkl@mozilla.com>2015-12-22 21:03:16 +0000
commit87a607ef80f41e9b00bebb95800fec753f996456 (patch)
tree4d1fef32a04fd81b86107b4aead3286748db0913 /template/en/default/global
parentd4470f34b627bb5a15a0af496db67185a922f4f5 (diff)
downloadbugs-87a607ef80f41e9b00bebb95800fec753f996456.tar
bugs-87a607ef80f41e9b00bebb95800fec753f996456.tar.gz
bugs-87a607ef80f41e9b00bebb95800fec753f996456.tar.bz2
bugs-87a607ef80f41e9b00bebb95800fec753f996456.tar.xz
bugs-87a607ef80f41e9b00bebb95800fec753f996456.zip
Revert "Bug 1230932 - Providing a condition as an ID to the webservice results in a taint error"
Diffstat (limited to 'template/en/default/global')
-rw-r--r--template/en/default/global/code-error.html.tmpl7
1 files changed, 0 insertions, 7 deletions
diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl
index 6dc49c6f1..d73d75e13 100644
--- a/template/en/default/global/code-error.html.tmpl
+++ b/template/en/default/global/code-error.html.tmpl
@@ -290,13 +290,6 @@
a <code>[% param FILTER html %]</code> argument, and that
argument was not set.
- [% ELSIF error == "param_integer_required" %]
- The function <code>[% function FILTER html %]</code> requires
- that <code>[% param FILTER html %]</code> be an integer.
-
- [% ELSIF error == "param_integer_array_required" %]
- The <code>[% param FILTER html %]</code> parameter must be an array of integers.
-
[% ELSIF error == "params_required" %]
[% title = "Missing Parameter" %]
The function <code>[% function FILTER html %]</code> requires