Browse Source

Don't recreate product images after reorder

Vova Tkach 5 years ago
parent
commit
e05c1471ea
1 changed files with 0 additions and 2 deletions
  1. 0 2
      modules/module_shop_act_images_reorder.go

+ 0 - 2
modules/module_shop_act_images_reorder.go

@@ -43,8 +43,6 @@ func (this *Modules) RegisterAction_ShopImagesReorder() *Action {
 			}
 		}
 
-		wrap.RecreateProductImgFiles()
-
 		wrap.RecreateProductXmlFile()
 
 		wrap.ResetCacheBlocks()