format
This commit is contained in:
parent
de26b7f373
commit
cbe1f792f9
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user