mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-23 17:42:15 -05:00
Merge pull request #605 from wallabag/fix-604
[fix] Use of undefined constant ATOM #604
This commit is contained in:
commit
2dd5c1e4a3
@ -193,7 +193,7 @@ define('JSONP', 3, true);
|
||||
*/
|
||||
public function setDescription($desciption)
|
||||
{
|
||||
$tag = ($this->version == ATOM)? 'subtitle' : 'description';
|
||||
$tag = 'description';
|
||||
$this->setChannelElement($tag, $desciption);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user