Skip to content

Commit fafd262

Browse files
author
Roman Lytvynenko
committed
MC-29519: Category image saves to pub/media/catalog/tmp/category
1 parent 950fe93 commit fafd262

File tree

1 file changed

+2
-0
lines changed
  • app/code/Magento/Catalog/Model/Category/Attribute/Backend

1 file changed

+2
-0
lines changed

app/code/Magento/Catalog/Model/Category/Attribute/Backend/Image.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,8 @@ private function fileResidesOutsideCategoryDir($value)
222222
*/
223223
public function afterSave($object)
224224
{
225+
parent::afterSave($object);
226+
225227
return $this;
226228
}
227229
}

0 commit comments

Comments
 (0)