From 9e0e19c5acaf00f5310a501d96687e9415c40dd2 Mon Sep 17 00:00:00 2001 From: AD7six Date: Sun, 17 Apr 2011 12:37:00 +0200 Subject: [PATCH] correct greedy replace --- lib/Cake/bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cake/bootstrap.php b/lib/Cake/bootstrap.php index d842f3b9d..ffd9b1213 100644 --- a/lib/Cake/bootstrap.php +++ b/lib/Cake/bootstrap.php @@ -51,7 +51,7 @@ if (!defined('APP')) { /** * Path to the application's libs directory. */ - define('APPCAKE', APP.'Lib'.DS); + define('APPLIBS', APP.'Lib'.DS); /** * Path to the configuration files directory.