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

+ 1 - 1
main/lib/Core.php

@@ -45,7 +45,7 @@ class Core
 
     protected 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);