From 3a41433c9463c8654e820108b6d70cf6103d2823 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Mon, 1 Sep 2014 08:52:26 -0500 Subject: [PATCH] Deprecated AuthComponent::mapActions --- lib/Cake/Controller/Component/AuthComponent.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Cake/Controller/Component/AuthComponent.php b/lib/Cake/Controller/Component/AuthComponent.php index 4eb8e7c7d05..e9792f7e5cd 100644 --- a/lib/Cake/Controller/Component/AuthComponent.php +++ b/lib/Cake/Controller/Component/AuthComponent.php @@ -572,6 +572,7 @@ public function deny($action = null) { * @return void * @see BaseAuthorize::mapActions() * @link http://book.cakephp.org/2.0/en/core-libraries/components/authentication.html#mapping-actions-when-using-crudauthorize + * @deprecated 3.0.0 Map actions using `actionMap` config key on authorize objects instead */ public function mapActions($map = array()) { if (empty($this->_authorizeObjects)) {