diff --git a/app/library/Services.php b/app/library/Services.php index a1485fd..d1745cf 100644 --- a/app/library/Services.php +++ b/app/library/Services.php @@ -70,7 +70,8 @@ class Services extends DiDefault 'app.yml', 'routes.yml', 'menu.yml', - 'local.yml' + 'local.yml', + 'acl.yml' ); $basePath = APP_PATH . '/app/config/'; @@ -351,7 +352,7 @@ class Services extends DiDefault protected function _initAcl() { - return new Acl(); + return new Acl($this->get('config')->acl); } protected function _initSharedLogger()