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 45ef3c6151
commit 6c8ce984aa

View file

@ -23,6 +23,7 @@
* @lastmodified $Date$
* @license http://www.opensource.org/licenses/mit-license.php The MIT License
*/
App::import('Core', 'String');
/**
* Short description for file.
*