From 68482be3f1f7fe9f447098e7e07fbb46d9413766 Mon Sep 17 00:00:00 2001 From: mark_story Date: Sun, 22 May 2011 21:04:11 -0400 Subject: [PATCH] Updating path to match the one found in the repository. --- lib/Cake/Core/App.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cake/Core/App.php b/lib/Cake/Core/App.php index c816b74dd55..9a0d4dd7cac 100644 --- a/lib/Cake/Core/App.php +++ b/lib/Cake/Core/App.php @@ -315,7 +315,7 @@ public static function build($paths = array(), $mode = App::PREPEND) { 'plugins' => array( APP . 'Plugin' . DS, APP . 'plugins' . DS, - dirname(dirname(CAKE)) . DS . 'Plugin' . DS, + dirname(dirname(CAKE)) . DS . 'plugins' . DS, ) ); }