From 87a607ef80f41e9b00bebb95800fec753f996456 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Tue, 22 Dec 2015 21:01:15 +0000 Subject: Revert "Bug 1230932 - Providing a condition as an ID to the webservice results in a taint error" This reverts commit 396ae88235ef68ed45978dfb36774c5fe9a2d699. --- template/en/default/global/code-error.html.tmpl | 7 ------- 1 file changed, 7 deletions(-) (limited to 'template/en/default/global') 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 [% 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.1