From 1f31432a6415540852f5a37dc014cf0615d22374 Mon Sep 17 00:00:00 2001 From: 0x20h Date: Fri, 13 Jan 2012 23:36:29 +0100 Subject: [PATCH] typo --- app/Config/acl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Config/acl.php b/app/Config/acl.php index 635989384..83cfbc0f0 100644 --- a/app/Config/acl.php +++ b/app/Config/acl.php @@ -30,7 +30,7 @@ * 2. You configured AuthComponent to authorize actions via * $this->Auth->authorize = array('Actions' => array('actionPath' => 'controllers/'),...) * - * Now, when a user (i.e. jeff) authenticates successfully and requests a controller action (i.e. /invoices/edit) + * Now, when a user (i.e. jeff) authenticates successfully and requests a controller action (i.e. /invoices/delete) * that is not allowed by default (e.g. via $this->Auth->allow('edit') in the Invoices controller) then AuthComponent * will ask the configured ACL interface if access is granted. Under the assumptions 1. and 2. this will be * done via a call to Acl->check() with