Index: branches/5.1.x/core/units/helpers/cat_dbitem_export_helper.php =================================================================== diff -u -N -r13086 -r13205 --- branches/5.1.x/core/units/helpers/cat_dbitem_export_helper.php (.../cat_dbitem_export_helper.php) (revision 13086) +++ branches/5.1.x/core/units/helpers/cat_dbitem_export_helper.php (.../cat_dbitem_export_helper.php) (revision 13205) @@ -1,6 +1,6 @@ Application->getUnitOption($event->Prefix, 'ModuleFolder'); + $module_path = $this->Application->getUnitOption($event->Prefix, 'ModuleFolder') . '/'; + $module_name = $this->Application->findModule('Path', $module_path, 'Name'); + + return mb_strtolower($module_name); } /** @@ -1369,7 +1372,7 @@ $this->Application->RemoveVar('export_progress_t'); } else { - $progress_t = $export_object->getModuleFolder($event).'/'.$event->Special.'_progress'; + $progress_t = $export_object->getModuleName($event).'/'.$event->Special.'_progress'; } $event->redirect = $progress_t;