From c803efec88630822692ecb29e77d3a4e8b08e0d7 Mon Sep 17 00:00:00 2001 From: dho Date: Sun, 17 Jun 2007 07:58:48 +0000 Subject: [PATCH] Fixing typo (ticket #2779) git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5290 3807eeeb-6ff5-0310-8944-8be069107fe0 --- cake/libs/controller/components/acl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cake/libs/controller/components/acl.php b/cake/libs/controller/components/acl.php index cac5b0d64..f2bf86bf6 100644 --- a/cake/libs/controller/components/acl.php +++ b/cake/libs/controller/components/acl.php @@ -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)) {