updating handling of required classes, fixes #5480

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7666 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
gwoo 2008-09-26 14:03:16 +00:00
parent a628dfa028
commit e6b994bcb1
6 changed files with 11 additions and 5 deletions

View file

@ -29,7 +29,7 @@
/**
* Included libs
*/
App::import('Core', array('ClassRegistry', 'Overloadable', 'Validation', 'Behavior', 'ConnectionManager', 'Set'));
App::import('Core', array('ClassRegistry', 'Overloadable', 'Validation', 'Behavior', 'ConnectionManager', 'Set', 'String'));
/**
* Object-relational mapper.
*