dever 6 éve
szülő
commit
02f987c6c2
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      main/lib/Core.php

+ 2 - 2
main/lib/Core.php

@@ -45,10 +45,10 @@ class Core
 
     public function replacePic($pic, $type = 't1')
     {
-        //$pic = Dever::pic($pic, $type);
+        $pic = Dever::pic($pic, $type);
 
         if (strstr($pic, 'http://')) {
-            $pic = str_replace('http://', 'https://', $pic);
+            //$pic = str_replace('http://', 'https://', $pic);
         }
 
         return $pic;