Fixing fatal error caused by Security class not being loaded When Session.start = false. Fixes #521

This commit is contained in:
Mark Story 2010-03-30 21:40:29 -04:00
parent 75900883e6
commit 5b1e9f6f5f

View file

@ -17,7 +17,7 @@
* @since CakePHP(tm) v 0.10.8.2156
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
App::import('Core', 'String');
App::import('Core', array('String', 'Security'));
/**
* Short description for file.
*