mirror of
https://github.com/Xkeeper0/jul.git
synced 2025-05-19 00:30:21 -07:00
fix minor memberlist bug
This commit is contained in:
parent
b86165d4ef
commit
f0033186c2
@ -28,7 +28,7 @@
|
||||
|
||||
if($pow!='') {
|
||||
$pow = intval($pow);
|
||||
if (($pow == 1 || $pow == 0) && $loguser['powerlevel'] < 3)
|
||||
if (($pow == 1 || $pow == 0) && $loguser['powerlevel'] <= 0)
|
||||
$pow = "IN (0, 1)";
|
||||
elseif ($pow == 3 || $pow == 4) // merge admin + sysadmin (they appear the same)
|
||||
$pow = "IN (3, 4)";
|
||||
|
Loading…
x
Reference in New Issue
Block a user