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