mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-23 17:42: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:
commit
5d198e2b98
@ -2,6 +2,7 @@
|
|||||||
define('RSS2', 1, true);
|
define('RSS2', 1, true);
|
||||||
define('JSON', 2, true);
|
define('JSON', 2, true);
|
||||||
define('JSONP', 3, true);
|
define('JSONP', 3, true);
|
||||||
|
define('ATOM', 4, true);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Univarsel Feed Writer class
|
* Univarsel Feed Writer class
|
||||||
|
Loading…
Reference in New Issue
Block a user