mirror of
https://github.com/WhatCD/Gazelle.git
synced 2025-01-18 20:21:37 +00:00
users_mod always overrides lastseen paranoia
Users with users_mod always get PARANOIA_OVERRIDDEN for lastseen. This means moderators can now see the LastAccess for higher-ranked staff members, like they should have always been able to.
This commit is contained in:
parent
73db505644
commit
1653cade95
@ -80,7 +80,7 @@ function check_paranoia($Property, $Paranoia, $UserClass, $UserID = false) {
|
||||
case 'ratio':
|
||||
case 'uploaded':
|
||||
case 'lastseen':
|
||||
if (check_perms('users_mod', $UserClass))
|
||||
if (check_perms('users_mod'))
|
||||
return PARANOIA_OVERRIDDEN;
|
||||
break;
|
||||
case 'snatched': case 'snatched+':
|
||||
|
Loading…
Reference in New Issue
Block a user