forked from Cavemanon/cavepaintings
Image to Post - bulk import export
This commit is contained in:
@ -36,7 +36,7 @@ class BulkImportExport extends DataHandlerExtension
|
|||||||
$image = Image::by_hash($item->hash);
|
$image = Image::by_hash($item->hash);
|
||||||
if ($image!=null) {
|
if ($image!=null) {
|
||||||
$skipped++;
|
$skipped++;
|
||||||
log_info(BulkImportExportInfo::KEY, "Image $item->hash already present, skipping");
|
log_info(BulkImportExportInfo::KEY, "Post $item->hash already present, skipping");
|
||||||
$database->commit();
|
$database->commit();
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user