Index: branches/unlabeled/unlabeled-1.63.4/core/kernel/utility/unit_config_reader.php =================================================================== diff -u -r7072 -r7075 --- branches/unlabeled/unlabeled-1.63.4/core/kernel/utility/unit_config_reader.php (.../unit_config_reader.php) (revision 7072) +++ branches/unlabeled/unlabeled-1.63.4/core/kernel/utility/unit_config_reader.php (.../unit_config_reader.php) (revision 7075) @@ -628,7 +628,7 @@ return true; } - if (preg_match('#/plugins/|/core|/proj-#', $config_path)) { + if (preg_match('#/plugins/|/core|/proj-|/custom/#', $config_path)) { return true; }