From 1476ccbe7e9729aea97c609f33f49911f59cc029 Mon Sep 17 00:00:00 2001 From: ADmad Date: Sat, 3 Nov 2012 21:54:00 +0530 Subject: [PATCH] Revert "Merge pull request #937 from bar/master-controlelr-test" This reverts commit ba8f2780757719ae0badc68c56b866ce14117728, reversing changes made to 4c6c3b05542bef349470bf87423674d8657a9f52. --- lib/Cake/Error/ErrorHandler.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Cake/Error/ErrorHandler.php b/lib/Cake/Error/ErrorHandler.php index dcc0973c9a8..87a60583548 100644 --- a/lib/Cake/Error/ErrorHandler.php +++ b/lib/Cake/Error/ErrorHandler.php @@ -22,7 +22,6 @@ App::uses('Debugger', 'Utility'); App::uses('CakeLog', 'Log'); App::uses('ExceptionRenderer', 'Error'); -App::uses('AppController', 'Controller'); /** *