mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-07 12:02:41 +00:00
Merge branch '2.0-exceptions' into 2.0
Conflicts: cake/libs/error.php cake/tests/cases/libs/controller/scaffold.test.php cake/tests/cases/libs/error.test.php
This commit is contained in:
commit
e4d34b640b
58 changed files with 1679 additions and 1599 deletions
|
@ -91,7 +91,8 @@ class AclShell extends Shell {
|
|||
require_once (CONFIGS.'database.php');
|
||||
|
||||
if (!in_array($this->command, array('initdb'))) {
|
||||
$this->Acl =& new AclComponent();
|
||||
$collection = new ComponentCollection();
|
||||
$this->Acl =& new AclComponent($collection);
|
||||
$controller = null;
|
||||
$this->Acl->startup($controller);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue