Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updating path to match the one found in the repository.
  • Loading branch information
markstory committed May 23, 2011
1 parent 85752e2 commit 68482be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Core/App.php
Expand Up @@ -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,
)
);
}
Expand Down

0 comments on commit 68482be

Please sign in to comment.