diff options
author | David Lawrence <dkl@mozilla.com> | 2015-12-22 21:01:15 +0000 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2015-12-22 21:03:16 +0000 |
commit | 87a607ef80f41e9b00bebb95800fec753f996456 (patch) | |
tree | 4d1fef32a04fd81b86107b4aead3286748db0913 /template/en/default | |
parent | d4470f34b627bb5a15a0af496db67185a922f4f5 (diff) | |
download | bugs-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"
This reverts commit 396ae88235ef68ed45978dfb36774c5fe9a2d699.
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/global/code-error.html.tmpl | 7 |
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 |