[-] BO : #PSCFV-2736 : import product : fix bug when the image isn't uploaded
This commit is contained in:
@@ -1331,7 +1331,10 @@ class AdminImportControllerCore extends AdminController
|
|||||||
// associate image to selected shops
|
// associate image to selected shops
|
||||||
$image->associateTo($shops);
|
$image->associateTo($shops);
|
||||||
if (!AdminImportController::copyImg($product->id, $image->id, $url))
|
if (!AdminImportController::copyImg($product->id, $image->id, $url))
|
||||||
$this->warnings[] = Tools::displayError('Error copying image:').' '.$url;
|
{
|
||||||
|
$image->delete();
|
||||||
|
$this->warnings[] = sprintf(Tools::displayError('Error copying image: %s'), $url);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
$error = true;
|
$error = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user