enabled support for posts with blank content, fixes del.icio.us/popular feed
This commit is contained in:
parent
caa4e57f27
commit
a116f56918
|
@ -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));
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue