permissions bug
This commit is contained in:
parent
6ab3ec5da9
commit
75efb21035
@ -418,6 +418,9 @@
|
|||||||
else
|
else
|
||||||
global $mod;
|
global $mod;
|
||||||
|
|
||||||
|
if(!is_array($mod))
|
||||||
|
return false;
|
||||||
|
|
||||||
if(isset($action) && $mod['type'] < $action)
|
if(isset($action) && $mod['type'] < $action)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user