diff options
Diffstat (limited to 'app/Model/Acl.php')
-rw-r--r-- | app/Model/Acl.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Model/Acl.php b/app/Model/Acl.php index 684fae13..91ed035b 100644 --- a/app/Model/Acl.php +++ b/app/Model/Acl.php @@ -69,7 +69,6 @@ class Acl extends Base * @var array */ private $admin_acl = array( - 'app' => array('dashboard'), 'user' => array('index', 'create', 'save', 'remove'), 'config' => '*', 'link' => '*', |