Index: trunk/core/kernel/application.php =================================================================== diff -u -r4758 -r4771 --- trunk/core/kernel/application.php (.../application.php) (revision 4758) +++ trunk/core/kernel/application.php (.../application.php) (revision 4771) @@ -264,6 +264,8 @@ $this->Session =& $this->recallObject('Session'); $this->HttpQuery->AfterInit(); + + $this->UnitConfigReader->AfterConfigRead(); $this->LoadCache(); $this->InitConfig();