1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 11:45:56 +00:00

change caching to save xml data, remove RDF init section

This commit is contained in:
Andrew Dolgov
2013-05-01 17:56:21 +04:00
parent 04d2f9c831
commit b8f316dc28
2 changed files with 6 additions and 10 deletions

View File

@@ -63,9 +63,6 @@ class FeedParser {
array_push($this->items, new FeedItem_Atom($article));
}
break;
case $this::FEED_RDF:
break;
case $this::FEED_RSS: