Index: branches/5.1.x/core/admin_templates/tools/import2.tpl =================================================================== diff -u -N -r13086 -r13204 --- branches/5.1.x/core/admin_templates/tools/import2.tpl (.../import2.tpl) (revision 13086) +++ branches/5.1.x/core/admin_templates/tools/import2.tpl (.../import2.tpl) (revision 13204) @@ -35,7 +35,7 @@ { if (import_id == ) { - redirect(''); + redirect(''); return ; } 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'; } } Index: branches/5.1.x/core/units/admin/admin_tag_processor.php =================================================================== diff -u -N -r13168 -r13204 --- branches/5.1.x/core/units/admin/admin_tag_processor.php (.../admin_tag_processor.php) (revision 13168) +++ branches/5.1.x/core/units/admin/admin_tag_processor.php (.../admin_tag_processor.php) (revision 13204) @@ -1,6 +1,6 @@ Application->findModule('Name', $import_source['Module'], 'Path');