Index: branches/RC/core/kernel/utility/unit_config_reader.php =================================================================== diff -u -r9776 -r10098 --- branches/RC/core/kernel/utility/unit_config_reader.php (.../unit_config_reader.php) (revision 9776) +++ branches/RC/core/kernel/utility/unit_config_reader.php (.../unit_config_reader.php) (revision 10098) @@ -790,7 +790,7 @@ { $module_path = '/'.$module_info['Path']; if (preg_match('/^'.preg_quote($module_path, '/').'/', $config_path)) { - // if (substr($config_path, 0, strlen($module_path)) == $module_path) { + // if (mb_substr($config_path, 0, mb_strlen($module_path)) == $module_path) { // config file path starts with module folder path $module_found = true; break;