From 1e7b4002794930fad702718714b5d1c291bf816c Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Mon, 21 Dec 2015 22:27:52 +0000 Subject: 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 --- template/en/default/global/code-error.html.tmpl | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'template') diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index c4ff7e73a..9a0d84866 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -375,6 +375,13 @@ 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