root 9 лет назад
Родитель
Сommit
087233fe2f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      mobile/control/brand.php

+ 1 - 1
mobile/control/brand.php

@@ -52,6 +52,6 @@ class brandControl extends mobileHomeControl
 
     private function _formatBrandPic($filename)
     {
-        return UPLOAD_SITE_URL . '/shop/brand/' . $filename;
+        return UPLOAD_SITE_URL . '/shop/brand/' . 'rect_'.$filename;
     }
 }