Index: branches/5.2.x/core/kernel/languages/phrases_cache.php =================================================================== diff -u -N -r15433 -r15736 --- branches/5.2.x/core/kernel/languages/phrases_cache.php (.../phrases_cache.php) (revision 15433) +++ branches/5.2.x/core/kernel/languages/phrases_cache.php (.../phrases_cache.php) (revision 15736) @@ -1,6 +1,6 @@ fromTag = $force_escaping; } - preg_match_all("(!(la|lu)[^!]+!)", $text, $res, PREG_PATTERN_ORDER); + preg_match_all("(!(la|lu|lc)[^!]+!)", $text, $res, PREG_PATTERN_ORDER); $language_tags = $res[0]; uasort($language_tags, Array(&$this, 'CmpParams')); Index: branches/5.2.x/core/units/permission_types/permission_types_config.php =================================================================== diff -u -N -r15039 -r15736 --- branches/5.2.x/core/units/permission_types/permission_types_config.php (.../permission_types_config.php) (revision 15039) +++ branches/5.2.x/core/units/permission_types/permission_types_config.php (.../permission_types_config.php) (revision 15736) @@ -1,6 +1,6 @@ Array ( 'type' => 'string', 'max_len' => 255, - 'formatter' => 'kFormatter', 'regexp' => '/^(la|lu)_[A-Z\d:_\-\.]+$/i', + 'formatter' => 'kFormatter', 'regexp' => '/^(la|lu|lc)_[A-Z\d:_\-\.]+$/i', 'not_null' => 1, 'required' => 1, 'default' => '', ), 'ModuleId' => Array (