Skip to content

Commit

Permalink
Add missing ClassRegistry import.
Browse files Browse the repository at this point in the history
Fixes #2757
  • Loading branch information
markstory committed Apr 5, 2012
1 parent 223604f commit 5c590aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/Cake/Model/Datasource/Session/DatabaseSession.php
Expand Up @@ -18,6 +18,7 @@
*/

App::uses('CakeSessionHandlerInterface', 'Model/Datasource/Session');
App::uses('ClassRegistry', 'Utility');

/**
* DatabaseSession provides methods to be used with CakeSession.
Expand Down
2 changes: 1 addition & 1 deletion lib/Cake/View/Helper/FormHelper.php
Expand Up @@ -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');

/**
Expand Down

0 comments on commit 5c590aa

Please sign in to comment.