Commit dd5ff5f1 authored by William Cahill-Manley's avatar William Cahill-Manley

Trimmed Directory separator produces relative (and wrong) paths for bundles

parent 4e9369f5
...@@ -142,7 +142,7 @@ class Bundle { ...@@ -142,7 +142,7 @@ class Bundle {
*/ */
protected static function autoloads($bundle, $config) protected static function autoloads($bundle, $config)
{ {
$path = trim(Bundle::path($bundle), DS); $path = DS . trim(Bundle::path($bundle), DS);
foreach ($config['autoloads'] as $type => $mappings) foreach ($config['autoloads'] as $type => $mappings)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment