Browse Source

permissions bug

pull/40/head
Michael Save 12 years ago
parent
commit
75efb21035
  1. 3
      inc/functions.php

3
inc/functions.php

@ -418,6 +418,9 @@
else
global $mod;
if(!is_array($mod))
return false;
if(isset($action) && $mod['type'] < $action)
return false;

Loading…
Cancel
Save