From 8a1506c0ac3b9fa6539cc153eff0d291c645d1d5 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Tue, 22 Dec 2015 20:53:19 +0000 Subject: 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. --- 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 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 [% 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