diff options
author | lpsolit%gmail.com <> | 2005-04-05 03:40:59 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2005-04-05 03:40:59 +0200 |
commit | 6f0e3792941892e2987294fb0866e69630675002 (patch) | |
tree | 6679c2d7e51298198dc10f9b85d7947c1416c8f1 /attachment.cgi | |
parent | b53d8ff17217f193e604a50f3a5c37b33fec5e3f (diff) | |
download | bugzilla-6f0e3792941892e2987294fb0866e69630675002.tar.gz bugzilla-6f0e3792941892e2987294fb0866e69630675002.tar.xz |
Bug 288883: SQL crash when granting/denying a request - Patch by Frederic Buclin <LpSolit@gmail.com> r=joel a=justdave
Diffstat (limited to 'attachment.cgi')
-rwxr-xr-x | attachment.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/attachment.cgi b/attachment.cgi index 054c8e62a..65157d740 100755 --- a/attachment.cgi +++ b/attachment.cgi @@ -1140,7 +1140,7 @@ sub update # Bugzilla::User needs to rederive groups. profiles and # user_group_map would be READ locks instead of WRITE locks if it # weren't for derive_groups, which needs to write to those tables. - 'bugs READ', 'profiles WRITE', + 'bugs READ', 'profiles WRITE', 'email_setting READ', 'cc READ', 'bug_group_map READ', 'user_group_map WRITE', 'group_group_map READ', 'groups READ'); |