mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:05:55 +00:00
enabled support for posts with blank content, fixes del.icio.us/popular feed
This commit is contained in:
@@ -149,7 +149,7 @@
|
|||||||
if (!$entry_content) $entry_content = $item["content:escaped"];
|
if (!$entry_content) $entry_content = $item["content:escaped"];
|
||||||
if (!$entry_content) $entry_content = $item["content"];
|
if (!$entry_content) $entry_content = $item["content"];
|
||||||
|
|
||||||
if (!$entry_content) continue;
|
// if (!$entry_content) continue;
|
||||||
|
|
||||||
$content_hash = "SHA1:" . sha1(strip_tags($entry_content));
|
$content_hash = "SHA1:" . sha1(strip_tags($entry_content));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user