Commit 6d044219 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 290372: Missing locked tables in editusers.cgi - Patch by Frédéric Buclin…

Bug 290372: Missing locked tables in editusers.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=myk
parent f7dfa43d
......@@ -224,7 +224,9 @@ if ($action eq 'search') {
'logincookies WRITE',
'groups READ',
'user_group_map WRITE',
'group_group_map READ');
'user_group_map AS ugm READ',
'group_group_map READ',
'group_group_map AS ggm READ');
canSeeUser($otherUserID)
|| ThrowUserError('auth_failure', {reason => "not_visible",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment