Skip to content

Commit

Permalink
Adding CakeResponse to the list of included files for Controller.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Sep 6, 2010
1 parent d62ae29 commit 474ace0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cake/libs/controller/controller.php
Expand Up @@ -21,6 +21,7 @@
/**
* Include files
*/
App::import('Core', 'CakeResponse', false);
App::import('Controller', 'Component', false);
App::import('View', 'View', false);

Expand Down

0 comments on commit 474ace0

Please sign in to comment.