Merge branch 'development' of https://github.com/PrestaShop/PrestaShop into development
Conflicts: controllers/admin/AdminImportController.php
This commit is contained in:
@@ -1474,7 +1474,7 @@ class AdminImportControllerCore extends AdminController
|
||||
$error = true;
|
||||
|
||||
if ($error)
|
||||
$this->warnings[] = sprintf(Tools::displayError('Product n°%1$d: the picture cannot be saved: %2$s'), $image->id_product, $url);
|
||||
$this->warnings[] = sprintf(Tools::displayError('Product n°%1$d: the picture cannot be saved: %2$s'), $image->id_product, $url);
|
||||
}
|
||||
}
|
||||
if (isset($product->id_category))
|
||||
|
||||
Reference in New Issue
Block a user