File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
app/code/Magento/Catalog/Controller/Adminhtml/Product Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,6 @@ public function execute()
141
141
$ originalSku = $ product ->getSku ();
142
142
$ canSaveCustomOptions = $ product ->getCanSaveCustomOptions ();
143
143
$ product ->save ();
144
-
145
144
$ this ->handleImageRemoveError ($ data , $ product ->getId ());
146
145
$ productId = $ product ->getEntityId ();
147
146
$ productAttributeSetId = $ product ->getAttributeSetId ();
@@ -214,7 +213,7 @@ public function execute()
214
213
/**
215
214
* Notify customer when image was not deleted in specific case.
216
215
*
217
- * TODO: temporary workaround must be eliminated in MAGETNO -45306
216
+ * TODO: temporary workaround must be eliminated in MAGETWO -45306
218
217
*
219
218
* @param array $postData
220
219
* @param int $productId
You can’t perform that action at this time.
0 commit comments