1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-11-23 09:32:15 -05:00

Merge pull request #715 from mariroz/dev

fix of undefined ATOM constant warning in full-text-rss, will fix ios-app issue #14
This commit is contained in:
tcitworld 2014-06-01 19:06:45 +02:00
commit 5d198e2b98

View File

@ -2,6 +2,7 @@
define('RSS2', 1, true);
define('JSON', 2, true);
define('JSONP', 3, true);
define('ATOM', 4, true);
/**
* Univarsel Feed Writer class