From: lpsolit%gmail.com <> Date: Tue, 28 Nov 2006 02:25:41 +0000 (+0000) Subject: Bug 361877: Argument "" isn't numeric in numeric gt (>) at data/template/template... X-Git-Tag: bugzilla-2.23.4~174 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=563ef374a364affe51239bec9a9bbd94b5b2e4f7;p=thirdparty%2Fbugzilla.git Bug 361877: Argument "" isn't numeric in numeric gt (>) at data/template/template/en/default/global/user-error.html.tmpl line 1526 - Patch by Frédéric Buclin r=bkor a=justdave --- diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 83d4a0a161..983b0f8d4f 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -504,7 +504,7 @@ You asked [% requestee.identity FILTER html %] for [% flag_type.name FILTER html %] on [% terms.bug %] [%+ bug_id FILTER html -%] - [% IF attach_id > 0 %], attachment [% attach_id FILTER html %][% END %], + [% IF attach_id && attach_id > 0 %], attachment [% attach_id FILTER html %][% END %], but that [% terms.bug %] has been restricted to users in certain groups, and the user you asked isn't in all the groups to which the [% terms.bug %] has been restricted.