Fixing typo (ticket #2779)

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5290 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
dho 2007-06-17 07:58:48 +00:00
parent d1e3d3a788
commit c803efec88

View file

@ -335,7 +335,7 @@ class DB_ACL extends AclBase {
}
} else {
if(!is_array($actions)) {
$actions = array('_' . $action);
$actions = array('_' . $actions);
$actions = am($permKeys, $actions);
}
if(is_array($actions)) {