Index: branches/5.3.x/core/units/admin/admin_events_handler.php =================================================================== diff -u -N -r15902 -r15910 --- branches/5.3.x/core/units/admin/admin_events_handler.php (.../admin_events_handler.php) (revision 15902) +++ branches/5.3.x/core/units/admin/admin_events_handler.php (.../admin_events_handler.php) (revision 15910) @@ -1,6 +1,6 @@ Application->GetVar('config_prefix'); - $config_file = $this->Application->UnitConfigReader->prefixFiles[$prefix]; + $config_file = $this->Application->UnitConfigReader->getPrefixFile($prefix); $this->Application->InitParser();