Skip to content

Commit

Permalink
Deprecated AuthComponent::mapActions
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyharris committed Sep 4, 2014
1 parent 66b2173 commit 3a41433
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Cake/Controller/Component/AuthComponent.php
Expand Up @@ -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)) {
Expand Down

0 comments on commit 3a41433

Please sign in to comment.