Index: trunk/core/kernel/utility/unit_config_reader.php =================================================================== diff -u -r4758 -r4762 --- trunk/core/kernel/utility/unit_config_reader.php (.../unit_config_reader.php) (revision 4758) +++ trunk/core/kernel/utility/unit_config_reader.php (.../unit_config_reader.php) (revision 4762) @@ -150,9 +150,8 @@ { foreach ($this->configData as $prefix => $config) { $this->parseConfig($prefix); + $this->Application->HandleEvent( new kEvent($prefix.':OnAfterConfigRead') ); } - - $this->Application->HandleEvent( new kEvent('m:OnAfterConfigRead') ); } function CacheParsedData() @@ -481,6 +480,7 @@ } $file = $this->prefixFiles[$prefix]; $this->loadConfigFile($file); + $this->Application->HandleEvent( new kEvent($prefix.':OnAfterConfigRead') ); } /**