Index: trunk/core/kernel/utility/unit_config_reader.php =================================================================== diff -u -N -r6583 -r6647 --- trunk/core/kernel/utility/unit_config_reader.php (.../unit_config_reader.php) (revision 6583) +++ trunk/core/kernel/utility/unit_config_reader.php (.../unit_config_reader.php) (revision 6647) @@ -632,6 +632,7 @@ if (!$this->Application->ModuleInfo) return false; if (preg_match('/\/plugins\//', $config_path)) return true; + if (preg_match('/\/core\//', $config_path)) return true; foreach($this->Application->ModuleInfo as $module_name => $module_info) {