From f4abc51062ecd5f2bc6cd4e6d27b5c6ddcb12786 Mon Sep 17 00:00:00 2001 From: mark_story Date: Sat, 29 May 2010 00:01:11 -0400 Subject: [PATCH] Removing dependency on RequestHandler from Security component. --- cake/libs/controller/components/security.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cake/libs/controller/components/security.php b/cake/libs/controller/components/security.php index dd3a48bf0..587539def 100644 --- a/cake/libs/controller/components/security.php +++ b/cake/libs/controller/components/security.php @@ -160,7 +160,7 @@ class SecurityComponent extends Object { * @var array * @access public */ - public $components = array('RequestHandler', 'Session'); + public $components = array('Session'); /** * Holds the current action of the controller