Navigation Menu

Skip to content

Commit

Permalink
Revert "Removing unneeded App::uses() call" as it causes ControllerTest
Browse files Browse the repository at this point in the history
to fail.

This reverts commit 0fb4d1d.
  • Loading branch information
bar committed Nov 3, 2012
1 parent 4c6c3b0 commit 670bf3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Cake/Error/ErrorHandler.php
Expand Up @@ -22,6 +22,7 @@
App::uses('Debugger', 'Utility');
App::uses('CakeLog', 'Log');
App::uses('ExceptionRenderer', 'Error');
App::uses('AppController', 'Controller');

/**
*
Expand Down

0 comments on commit 670bf3c

Please sign in to comment.