]> git.mxchange.org Git - friendica.git/blobdiff - src/Util/Images.php
Replace legacy file/category handling
[friendica.git] / src / Util / Images.php
index f39b0db00dc235a643475159e562724bc4c0c0b6..612a21ed54dc14933be90be9dc1e3fb732c025b0 100644 (file)
@@ -184,7 +184,7 @@ class Images
                        return $data;
                }
 
-               $img_str = DI::httpRequest()->fetch($url, true, 4);
+               $img_str = DI::httpRequest()->fetch($url, 4);
 
                if (!$img_str) {
                        return [];