]> git.mxchange.org Git - friendica.git/blobdiff - include/items.php
how the heck did favicon get into the repo? Gone now...
[friendica.git] / include / items.php
index 47a38d5e502590c7d07258e0ff3cb1cabd6e7796..63e180f7611f8482f67ca139eb44f7d14eb6fc28 100644 (file)
@@ -995,7 +995,7 @@ function dfrn_deliver($owner,$contact,$atom, $dissolve = false) {
 
 function consume_feed($xml,$importer,&$contact, &$hub, $datedir = 0, $secure_feed = false) {
 
-       require_once('simplepie/simplepie.inc');
+       require_once('library/simplepie/simplepie.inc');
 
        $feed = new SimplePie();
        $feed->set_raw_data($xml);