diff --git a/classes/feeds.php b/classes/feeds.php index 6b499e65c..fc2551f5e 100755 --- a/classes/feeds.php +++ b/classes/feeds.php @@ -231,7 +231,7 @@ class Feeds extends Handler_Protected { ++$headlines_count; if (!get_pref('SHOW_CONTENT_PREVIEW')) { - $line["content_preview"] = null; + $line["content_preview"] = ""; } else { $line["content_preview"] = "— " . truncate_string(strip_tags($line["content"]), 250);