From: Simon Green Date: Wed, 11 Jan 2012 20:13:42 +0000 (+0100) Subject: Bug 717210: If all attachments are stored locally (maxattachmentsize = 0, maxlocalatt... X-Git-Tag: bugzilla-4.2rc2~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26cac3c8ee9f03fa897c98d46ea5ea07369c378a;p=thirdparty%2Fbugzilla.git Bug 717210: If all attachments are stored locally (maxattachmentsize = 0, maxlocalattachment > 0), the link to attach files to bugs is not displayed r/a=LpSolit --- diff --git a/template/en/default/attachment/list.html.tmpl b/template/en/default/attachment/list.html.tmpl index 4ad5e528af..fa8e4774e9 100644 --- a/template/en/default/attachment/list.html.tmpl +++ b/template/en/default/attachment/list.html.tmpl @@ -19,7 +19,7 @@ # Frédéric Buclin #%] -[% RETURN UNLESS attachments.size || Param("maxattachmentsize") %] +[% RETURN UNLESS attachments.size || Param("maxattachmentsize") || Param("maxlocalattachment") %]