Index: branches/unlabeled/unlabeled-1.58.2/core/kernel/utility/unit_config_reader.php =================================================================== diff -u -r5795 -r5918 --- branches/unlabeled/unlabeled-1.58.2/core/kernel/utility/unit_config_reader.php (.../unit_config_reader.php) (revision 5795) +++ branches/unlabeled/unlabeled-1.58.2/core/kernel/utility/unit_config_reader.php (.../unit_config_reader.php) (revision 5918) @@ -197,8 +197,10 @@ function ParseConfigs() { foreach ($this->configData as $prefix => $config) { + if ($prefix == 'inl-overrides') continue; $this->parseConfig($prefix); } + $this->parseConfig('inl-overrides'); foreach ($this->configData as $prefix => $config) { $this->ProcessDependencies($prefix);