Skip to content

Commit

Permalink
Removing duplicate import() and fixing missing dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Nov 7, 2010
1 parent 23c69b2 commit 1bc6433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/libs/controller/controller.php
Expand Up @@ -22,8 +22,8 @@
* Include files
*/
App::import('Core', 'CakeResponse', false);
App::import('Core', 'ClassRegistry', false);
App::import('Controller', 'Component', false);
App::import('Core', 'CakeResponse', false);
App::import('View', 'View', false);

/**
Expand Down

0 comments on commit 1bc6433

Please sign in to comment.