]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
[fix] Use of undefined constant ATOM #604 605/head
authorNicolas Lœuillet <nicolas@loeuillet.org>
Sun, 6 Apr 2014 14:21:48 +0000 (16:21 +0200)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Sun, 6 Apr 2014 14:21:48 +0000 (16:21 +0200)
inc/3rdparty/libraries/feedwriter/FeedWriter.php

index 5d16e765347c6215a038304c923906e7ffe584f0..3f95372dc34dba3b6326dffa1aae4b8b4ad1894a 100755 (executable)
@@ -193,7 +193,7 @@ define('JSONP', 3, true);
        */\r
        public function setDescription($desciption)\r
        {\r
-               $tag = ($this->version == ATOM)? 'subtitle' : 'description';\r
+               $tag = 'description';\r
                $this->setChannelElement($tag, $desciption);\r
        }\r
 \r