mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-27 11:22:17 -05:00
fix of undefined ATOM constant warning in full-text-rss, will fix ios-app issue #14
This commit is contained in:
parent
30bd273580
commit
1d14e65315
@ -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