Skip to content

Commit

Permalink
Register AppHelper for autoloading
Browse files Browse the repository at this point in the history
Fixes issues where people with no core helpers loaded would hit fatal
errors.
Fixes cakephp#1973
  • Loading branch information
markstory committed Sep 7, 2011
1 parent 39c270f commit 9587892
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Cake/View/View.php
Expand Up @@ -21,6 +21,7 @@
* Included libraries.
*/
App::uses('HelperCollection', 'View');
App::uses('AppHelper', 'View/Helper');
App::uses('Router', 'Routing');

/**
Expand Down

0 comments on commit 9587892

Please sign in to comment.