X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=inc%2F3rdparty%2Flibraries%2Ffeedwriter%2FFeedItem.php;h=54a56f22d155e4e8aee20a8644b06d658a27ee4c;hb=d151b51c678127274ce76a05b28393961cfca9af;hp=3487423f05eadc18fe16fbaf832ea43cabccdbb6;hpb=5fe19480977a5b063769d1a3b3dce168873d4c8a;p=github%2Fwallabag%2Fwallabag.git diff --git a/inc/3rdparty/libraries/feedwriter/FeedItem.php b/inc/3rdparty/libraries/feedwriter/FeedItem.php index 3487423f..54a56f22 100644 --- a/inc/3rdparty/libraries/feedwriter/FeedItem.php +++ b/inc/3rdparty/libraries/feedwriter/FeedItem.php @@ -174,7 +174,8 @@ */ public function setSource($link) { - $this->setElement('source', $link); + $attributes = array('url'=>$link); + $this->setElement('source', "wallabag",$attributes); } /**