fix of undefined ATOM constant warning in full-text-rss, will fix ios-app issue #14

This commit is contained in:
Maryana Rozhankivska 2014-06-01 19:49:22 +03:00
parent 30bd273580
commit 1d14e65315
1 changed files with 1 additions and 0 deletions

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