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:
MrPMan 2016-01-03 23:54:48 -08:00
parent 73db505644
commit 1653cade95

View File

@ -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+':