diff options
author | lpsolit%gmail.com <> | 2006-06-19 07:46:50 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-06-19 07:46:50 +0200 |
commit | 4c74fbe031e5f0b58176ce42220f456e01bb0548 (patch) | |
tree | d0b3ab2c685bf0a2d04c0e602b7ebf8872c9300e /template/en/default/global | |
parent | 1ae6c5f8f166dff351408f570b56ec2adabbedb9 (diff) | |
download | bugzilla-4c74fbe031e5f0b58176ce42220f456e01bb0548.tar.gz bugzilla-4c74fbe031e5f0b58176ce42220f456e01bb0548.tar.xz |
Bug 339750: Remove Bugzilla::Flag::GetBug - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk
Diffstat (limited to 'template/en/default/global')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index dd2e529c2..3b901929f 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -446,7 +446,7 @@ You asked [% requestee.identity FILTER html %] for <code>[% flag_type.name FILTER html %]</code> on [% terms.bug %] [%+ bug_id FILTER html -%] - [% IF attachment %], attachment [% attachment.id FILTER html %][% END %], + [% IF 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. @@ -463,7 +463,7 @@ You asked [% requestee.identity FILTER html %] for <code>[% flag_type.name FILTER html %]</code> on [%+ terms.bug %] [%+ bug_id FILTER html %], - attachment [% attachment.id FILTER html %], but that attachment + attachment [% attach_id FILTER html %], but that attachment is restricted to users in the [% Param("insidergroup") FILTER html %] group, and the user you asked isn't in that group. Please choose someone else to ask, or ask an administrator to add the user to the group. |