mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-02-12 15:06:27 +00:00
Removing reference operators in the AclComponent.
This commit is contained in:
parent
1c36c1f088
commit
b73870c33d
1 changed files with 2 additions and 2 deletions
|
@ -262,8 +262,8 @@ class DbAcl extends Object implements AclInterface {
|
||||||
if (!class_exists('AclNode')) {
|
if (!class_exists('AclNode')) {
|
||||||
require LIBS . 'model' . DS . 'db_acl.php';
|
require LIBS . 'model' . DS . 'db_acl.php';
|
||||||
}
|
}
|
||||||
$this->Aro =& ClassRegistry::init(array('class' => 'Aro', 'alias' => 'Aro'));
|
$this->Aro = ClassRegistry::init(array('class' => 'Aro', 'alias' => 'Aro'));
|
||||||
$this->Aco =& ClassRegistry::init(array('class' => 'Aco', 'alias' => 'Aco'));
|
$this->Aco = ClassRegistry::init(array('class' => 'Aco', 'alias' => 'Aco'));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue