Completed
Push — 4.0 ( cb31ea...37817c )
by
unknown
04:46
created
src/Eccube/Controller/Admin/Product/CsvImportController.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -762,7 +762,7 @@
 block discarded – undo
762 762
     protected function createProductImage($row, Product $Product, $data, $headerByKey)
763 763
     {
764 764
         if (!isset($row[$headerByKey['product_image']])) {
765
-             return;
765
+                return;
766 766
         }
767 767
         if (StringUtil::isNotBlank($row[$headerByKey['product_image']])) {
768 768
             // 画像の削除
Please login to merge, or discard this patch.