Image to Post - bulk import export
This commit is contained in:
parent
fb4a1391df
commit
cc8f32a65e
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ class BulkImportExport extends DataHandlerExtension
|
|||
$image = Image::by_hash($item->hash);
|
||||
if ($image!=null) {
|
||||
$skipped++;
|
||||
log_info(BulkImportExportInfo::KEY, "Image $item->hash already present, skipping");
|
||||
log_info(BulkImportExportInfo::KEY, "Post $item->hash already present, skipping");
|
||||
$database->commit();
|
||||
continue;
|
||||
}
|
||||
|
|
Reference in a new issue