mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-15 18:57:05 +00:00
Fix for #664 - Missing source url attribute in RSS feeds
This commit is contained in:
parent
8af31ae0f7
commit
ef17914960
1 changed files with 2 additions and 1 deletions
|
@ -174,7 +174,8 @@
|
||||||
*/
|
*/
|
||||||
public function setSource($link)
|
public function setSource($link)
|
||||||
{
|
{
|
||||||
$this->setElement('source', $link);
|
$attributes = array('url'=>$link);
|
||||||
|
$this->setElement('source', "wallabag",$attributes);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue