1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-23 21:41:28 +00:00

another content type workaround in update_rss_feed

This commit is contained in:
Andrew Dolgov
2006-07-07 04:48:37 +01:00
parent c878bc0172
commit 79b5d2d23f

View File

@@ -436,6 +436,7 @@
if (!$entry_content) $entry_content = $item["content:encoded"];
if (!$entry_content) $entry_content = $item["content"];
if (!$entry_content) $entry_content = $item["atom_content"];
if (!$entry_content) $entry_content = $item["summary"];
if (!$entry_content) $entry_content = $item["description"];