|
@@ -86,7 +86,7 @@ class Autoloader {
|
|
// match the name of their bundle.
|
|
// match the name of their bundle.
|
|
if (Bundle::exists($namespace) and ! Bundle::started($namespace))
|
|
if (Bundle::exists($namespace) and ! Bundle::started($namespace))
|
|
{
|
|
{
|
|
- Bundle::start($namespace);
|
|
|
|
|
|
+ Bundle::start(strtolower($namespace));
|
|
|
|
|
|
static::load($class);
|
|
static::load($class);
|
|
}
|
|
}
|