Adding import for String to ensure that String has been loaded when Security component is used without making any database connections. Fixes #482

This commit is contained in:
Mark Story 2010-03-20 18:15:52 -04:00
parent 7f7315e6d2
commit 0cc1e4c56e

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');
/**
* Short description for file.
*