* Finish task #3204.

This commit is contained in:
pengjiangxiu
2017-09-08 14:21:12 +08:00
parent fec29072d9
commit a1570d6b75
14 changed files with 67 additions and 12 deletions
+1
View File
@@ -1137,6 +1137,7 @@ class commonModel extends model
$acls = $app->user->rights['acls'];
$module = strtolower($module);
$method = strtolower($method);
if(isset($rights[$module][$method]))
{
if(empty($acls['views'])) return true;