Index: branches/5.0.x/core/units/helpers/multilanguage_helper.php =================================================================== diff -u -r12849 -r13274 --- branches/5.0.x/core/units/helpers/multilanguage_helper.php (.../multilanguage_helper.php) (revision 12849) +++ branches/5.0.x/core/units/helpers/multilanguage_helper.php (.../multilanguage_helper.php) (revision 13274) @@ -1,6 +1,6 @@ Application->UnitConfigReader->loadConfig($regs[1]); - $this->Application->HandleEvent( new kEvent($prefix.':OnAfterConfigRead') ); + $this->Application->UnitConfigReader->runAfterConfigRead($prefix); } $table_name = $this->Application->getUnitOption($prefix, 'TableName');