From 0adef209e36f47023a4745ce66eb41a65e25c08e Mon Sep 17 00:00:00 2001 From: Simon Males Date: Fri, 2 Aug 2013 12:07:33 +0800 Subject: [PATCH] Camel case SecurityComponent::blackHole() method call --- lib/Cake/Controller/Component/SecurityComponent.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cake/Controller/Component/SecurityComponent.php b/lib/Cake/Controller/Component/SecurityComponent.php index 6864605f0..2b1c69b93 100644 --- a/lib/Cake/Controller/Component/SecurityComponent.php +++ b/lib/Cake/Controller/Component/SecurityComponent.php @@ -233,7 +233,7 @@ class SecurityComponent extends Component { ); if ($this->_action == $this->blackHoleCallback) { - return $this->blackhole($controller, 'auth'); + return $this->blackHole($controller, 'auth'); } if (!in_array($this->_action, (array)$this->unlockedActions) && $isPost && $isNotRequestAction) {