Browse Source

Remove duplicate App::uses() statement

ADmad 13 years ago
parent
commit
570acfa77b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      lib/Cake/Controller/CakeErrorController.php

+ 0 - 1
lib/Cake/Controller/CakeErrorController.php

@@ -18,7 +18,6 @@
  * @since         CakePHP(tm) v 2.0
  * @license       MIT License (http://www.opensource.org/licenses/mit-license.php)
  */
-App::uses('AppController', 'Controller');
 
 App::uses('AppController', 'Controller');