mirror of
https://github.com/moparisthebest/wallabag
synced 2025-01-11 05:38:06 -05:00
Fix for #664 - Missing source url attribute in RSS feeds
This commit is contained in:
parent
8af31ae0f7
commit
ef17914960
@ -174,7 +174,8 @@
|
||||
*/
|
||||
public function setSource($link)
|
||||
{
|
||||
$this->setElement('source', $link);
|
||||
$attributes = array('url'=>$link);
|
||||
$this->setElement('source', "wallabag",$attributes);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user