reset objects when using App::build() with App::RESET

This commit is contained in:
Ceeram 2011-05-23 11:34:13 +02:00
parent a2f725ff76
commit 37fcfb9c86

View file

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