forked from GithubBackups/vichan
permissions bug
This commit is contained in:
parent
54bb943a77
commit
69068c84bb
@ -418,6 +418,9 @@
|
||||
else
|
||||
global $mod;
|
||||
|
||||
if(!is_array($mod))
|
||||
return false;
|
||||
|
||||
if(isset($action) && $mod['type'] < $action)
|
||||
return false;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user