X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2FScrape.php;h=698ec9cf04c4e182ecefd98752b7d645a48215ed;hb=5e1335ac892ce07bf7b1a3a043f71b8abbed8dba;hp=553bd529b231e1eadf4634ec73cb3625465b21f9;hpb=02a4d8c39f04c702303ec1bc058e8d1fee0f2136;p=friendica.git diff --git a/include/Scrape.php b/include/Scrape.php index 553bd529b2..698ec9cf04 100644 --- a/include/Scrape.php +++ b/include/Scrape.php @@ -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);