Browse Source

Adding missing class usage declaration in ExceptionHandler test case

José Lorenzo Rodríguez 15 years ago
parent
commit
024bff2126
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lib/Cake/Error/ErrorHandler.php

+ 1 - 0
lib/Cake/Error/ErrorHandler.php

@@ -22,6 +22,7 @@
 App::uses('Debugger', 'Utility');
 App::uses('CakeLog', 'Log');
 App::uses('ExceptionRenderer', 'Error');
+App::uses('AppController', 'Controller');
 
 /**
  *