Add missing ClassRegistry import.

Fixes #2757
This commit is contained in:
mark_story 2012-04-05 08:33:12 -04:00
parent 223604fb0d
commit 5c590aad09
2 changed files with 2 additions and 1 deletions

View file

@ -18,6 +18,7 @@
*/
App::uses('CakeSessionHandlerInterface', 'Model/Datasource/Session');
App::uses('ClassRegistry', 'Utility');
/**
* DatabaseSession provides methods to be used with CakeSession.

View file

@ -12,7 +12,7 @@
* @since CakePHP(tm) v 0.10.0.1076
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
App::uses('ClassRegistry', 'Utility');
App::uses('AppHelper', 'View/Helper');
/**