From af505df885affc9f4f4a14be4616ae848de1b829 Mon Sep 17 00:00:00 2001 From: AD7six Date: Sun, 17 Apr 2011 12:04:01 +0200 Subject: [PATCH] remove COMPONENTS constant --- lib/Cake/bootstrap.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/Cake/bootstrap.php b/lib/Cake/bootstrap.php index 4fd7ba71f..5df50e5aa 100644 --- a/lib/Cake/bootstrap.php +++ b/lib/Cake/bootstrap.php @@ -58,11 +58,6 @@ if (!defined('APP')) { */ define('BEHAVIORS', MODELS.'Behavior'.DS); -/** - * Path to the application's components directory. - */ - define('COMPONENTS', CONTROLLERS.'Component'.DS); - /** * Path to the application's libs directory. */