Completed
Pull Request — 4.0 (#4769)
by
unknown
04:49
created
src/Eccube/Controller/Admin/Product/ProductController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -555,7 +555,7 @@
 block discarded – undo
555 555
 
556 556
                         // 削除
557 557
                         $fs = new Filesystem();
558
-                        $fs->remove($this->eccubeConfig['eccube_save_image_dir'] . '/' . $basename);
558
+                        $fs->remove($this->eccubeConfig['eccube_save_image_dir'].'/'.$basename);
559 559
                     }
560 560
                 }
561 561
                 $this->entityManager->persist($Product);
Please login to merge, or discard this patch.