Merge branch 'development' of https://github.com/PrestaShop/PrestaShop into development

Conflicts:
	controllers/admin/AdminImportController.php
This commit is contained in:
gRoussac
2013-09-19 16:38:01 +02:00
+1 -1
View File
@@ -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))