mirror of
https://github.com/wallabag/wallabag.git
synced 2025-07-12 16:58:37 +00:00
Merge pull request #605 from wallabag/fix-604
[fix] Use of undefined constant ATOM #604
This commit is contained in:
commit
2dd5c1e4a3
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ define('JSONP', 3, true);
|
||||||
*/
|
*/
|
||||||
public function setDescription($desciption)
|
public function setDescription($desciption)
|
||||||
{
|
{
|
||||||
$tag = ($this->version == ATOM)? 'subtitle' : 'description';
|
$tag = 'description';
|
||||||
$this->setChannelElement($tag, $desciption);
|
$this->setChannelElement($tag, $desciption);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue