mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-18 18:46:17 +00:00
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:
parent
d1e3d3a788
commit
c803efec88
1 changed files with 1 additions and 1 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Reference in a new issue