Merge branch '2.0' of github.com:cakephp/cakephp into 2.0

This commit is contained in:
Jose Lorenzo Rodriguez 2011-05-23 11:05:33 -04:30
commit a05607856a

View file

@ -326,6 +326,7 @@ class App {
$type = self::$legacy[$type];
}
self::$__packages[$type] = (array)$new;
self::objects($type, null, false);
}
return $paths;
}