diff options
author | David Lawrence <dkl@mozilla.com> | 2015-12-22 21:53:19 +0100 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2015-12-22 21:53:19 +0100 |
commit | 8a1506c0ac3b9fa6539cc153eff0d291c645d1d5 (patch) | |
tree | d4f22925a8b9db01c41792d83a0bbf9450c78aee /template/en/default | |
parent | 1e7b4002794930fad702718714b5d1c291bf816c (diff) | |
download | bugzilla-8a1506c0ac3b9fa6539cc153eff0d291c645d1d5.tar.gz bugzilla-8a1506c0ac3b9fa6539cc153eff0d291c645d1d5.tar.xz |
Revert "Bug 1234325 - Backport upstream bug 1230932 to bmo/4.2 to fix providing a condition as an ID to the webservice results in a taint error"
This reverts commit 1e7b4002794930fad702718714b5d1c291bf816c.
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 9a0d84866..c4ff7e73a 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -375,13 +375,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 |