Adding 1.2 fix for Ticket #1740

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4092 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
nate 2006-12-12 14:25:58 +00:00
parent 3bc7ae19c2
commit da1eab6e5f

View file

@ -62,7 +62,7 @@ class AclComponent extends Object {
if($classname == 'DB_ACL') {
$this->Aro = new Aro();
$this->Aco = new Aro();
$this->Aco = new Aco();
}
return $this->_instance;