Removing dependency on RequestHandler from Security component.

This commit is contained in:
mark_story 2010-05-29 00:01:11 -04:00
parent 8acb82f567
commit f4abc51062

View file

@ -160,7 +160,7 @@ class SecurityComponent extends Object {
* @var array * @var array
* @access public * @access public
*/ */
public $components = array('RequestHandler', 'Session'); public $components = array('Session');
/** /**
* Holds the current action of the controller * Holds the current action of the controller