Index: trunk/core/kernel/utility/unit_config_reader.php =================================================================== diff -u -r6685 -r6703 --- trunk/core/kernel/utility/unit_config_reader.php (.../unit_config_reader.php) (revision 6685) +++ trunk/core/kernel/utility/unit_config_reader.php (.../unit_config_reader.php) (revision 6703) @@ -628,8 +628,10 @@ return true; } - if (preg_match('#/plugins/|/core/#', $config_path)) return true; - + if (preg_match('#/plugins/|/core|/proj-#', $config_path)) { + return true; + } + $module_found = false; if (!$this->Application->ModuleInfo) return false;