]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Merge pull request #715 from mariroz/dev
authortcitworld <tcit@tcit.fr>
Sun, 1 Jun 2014 17:06:45 +0000 (19:06 +0200)
committertcitworld <tcit@tcit.fr>
Sun, 1 Jun 2014 17:06:45 +0000 (19:06 +0200)
fix of undefined ATOM constant warning in full-text-rss, will fix ios-app issue #14

inc/3rdparty/libraries/feedwriter/FeedWriter.php

index aa064afba3ca0bd6914ac6e5fd1e3fff2d39ef81..9446cddfeda84d1c8dd3b609c530f92b73b1d581 100755 (executable)
@@ -2,6 +2,7 @@
 define('RSS2', 1, true);\r
 define('JSON', 2, true);\r
 define('JSONP', 3, true);\r
+define('ATOM', 4, true);\r
 \r
  /**\r
  * Univarsel Feed Writer class\r