Bug 290372: Missing locked tables in editusers.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=myk
git-svn-id: svn://10.0.0.236/trunk@172441 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
4967964816
commit
66cf398c53
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user