This commit is contained in:
Shish 2020-07-07 16:07:23 +00:00
parent de26b7f373
commit cbe1f792f9
2 changed files with 2 additions and 3 deletions

View File

@ -19,7 +19,7 @@ class BulkImportExport extends DataHandlerExtension
if ($zip->open($event->tmpname) === true) { if ($zip->open($event->tmpname) === true) {
$json_data = $this->get_export_data($zip); $json_data = $this->get_export_data($zip);
if(empty($json_data)) { if (empty($json_data)) {
return; return;
} }
@ -180,5 +180,4 @@ class BulkImportExport extends DataHandlerExtension
return null; return null;
} }
} }
} }