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

enabled support for posts with blank content, fixes del.icio.us/popular feed

This commit is contained in:
Andrew Dolgov
2005-08-29 02:06:34 +01:00
parent caa4e57f27
commit a116f56918

View File

@@ -149,7 +149,7 @@
if (!$entry_content) $entry_content = $item["content:escaped"];
if (!$entry_content) $entry_content = $item["content"];
if (!$entry_content) continue;
// if (!$entry_content) continue;
$content_hash = "SHA1:" . sha1(strip_tags($entry_content));