]> git.mxchange.org Git - friendica.git/blobdiff - include/Scrape.php
how the heck did favicon get into the repo? Gone now...
[friendica.git] / include / Scrape.php
index 553bd529b231e1eadf4634ec73cb3625465b21f9..698ec9cf04c4e182ecefd98752b7d645a48215ed 100644 (file)
@@ -442,7 +442,7 @@ function probe_url($url) {
 
                        if(x($feedret,'photo'))
                                $vcard['photo'] = $feedret['photo'];
-                       require_once('simplepie/simplepie.inc');
+                       require_once('library/simplepie/simplepie.inc');
                    $feed = new SimplePie();
                        $xml = fetch_url($poll);