tweaks to package handling.

This commit is contained in:
Taylor Otwell
2011-08-02 22:40:12 -05:00
parent dbf43877c6
commit 188b0c4f29
4 changed files with 12 additions and 18 deletions

View File

@@ -145,7 +145,7 @@ require SYS_PATH.'routing/filter'.EXT;
// --------------------------------------------------------------
require SYS_PATH.'package'.EXT;
System\Package::load(System\Config::get('packages.autoload'));
System\Package::load(System\Config::get('package.autoload'));
// --------------------------------------------------------------
// Register the route filters.