Skip to content

Commit 20a6a37

Browse files
committed
Adjustments according review
1 parent 8f7085f commit 20a6a37

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/MediaGallery/Plugin/Product/Gallery

1 file changed

+1
-1
lines changed

app/code/Magento/MediaGallery/Plugin/Product/Gallery/Processor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public function afterRemoveImage(
6767
try {
6868
$this->deleteMediaAssetByPath->execute($file);
6969
} catch (\Exception $exception) {
70-
$this->logger->critical($$exception);
70+
$this->logger->critical($exception);
7171
}
7272

7373
return $result;

0 commit comments

Comments
 (0)