dever 6 years ago
parent
commit
3d5c8f9165
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/lib/Core.php

+ 1 - 1
main/lib/Core.php

@@ -48,7 +48,7 @@ class Core
         //$pic = Dever::pic($pic, $type);
 
         if (strstr($pic, 'http://')) {
-            //$pic = str_replace('http://', 'https://', $pic);
+            $pic = str_replace('http://', 'https://', $pic);
         }
 
         return $pic;