From c94abb0445d015c1bffcd7207eac6fd9a3a8371b Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Tue, 22 Dec 2015 20:57:02 +0000 Subject: Revert "Bug 1230932 - Providing a condition as an ID to the webservice results in a taint error" This reverts commit eb1357fe03bb47cdd479cf533022e11dd6bd22e0. --- template/en/default/global/code-error.html.tmpl | 7 ------- 1 file changed, 7 deletions(-) (limited to 'template') diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index f268833b0..a242c7471 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -294,13 +294,6 @@ a [% param FILTER html %] argument, and that argument was not set. - [% ELSIF error == "param_integer_required" %] - The function [% function FILTER html %] requires - that [% param FILTER html %] be an integer. - - [% ELSIF error == "param_integer_array_required" %] - The [% param FILTER html %] parameter must be an array of integers. - [% ELSIF error == "params_required" %] [% title = "Missing Parameter" %] The function [% function FILTER html %] requires -- cgit v1.2.3-24-g4f1b