* fix bug #23590.
This commit is contained in:
@@ -2438,6 +2438,7 @@ EOD;
|
||||
if($module == 'company' and $method == 'dynamic') return true;
|
||||
if($module == 'action' and $method == 'editcomment') return true;
|
||||
if($module == 'action' and $method == 'comment') return true;
|
||||
if($module == 'report' and $method == 'export') return true;
|
||||
if(!isset($acls['views'][$menu])) return false;
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user