Index: branches/5.1.x/core/units/categories/categories_tag_processor.php =================================================================== diff -u -N -r13168 -r13204 --- branches/5.1.x/core/units/categories/categories_tag_processor.php (.../categories_tag_processor.php) (revision 13168) +++ branches/5.1.x/core/units/categories/categories_tag_processor.php (.../categories_tag_processor.php) (revision 13204) @@ -1,6 +1,6 @@ Application->prefixRegistred($prefix)) { - $ret[$prefix] = $this->Application->getUnitOption($prefix, 'ModuleFolder') . '/export'; + $module_path = $this->Application->getUnitOption($prefix, 'ModuleFolder') . '/'; + $module_name = $this->Application->findModule('Path', $module_path, 'Name'); + + $ret[$prefix] = mb_strtolower($module_name) . '/export'; } }