diff --git a/classes/feeds.php b/classes/feeds.php index b003f7b53..e6e88f441 100755 --- a/classes/feeds.php +++ b/classes/feeds.php @@ -541,7 +541,9 @@ class Feeds extends Handler_Protected { "; - $tmp_content .= "" . $line["content_preview"] . ""; + if (get_pref('SHOW_CONTENT_PREVIEW')) { + $tmp_content .= "" . $line["content_preview"] . ""; + } } $tmp_content .= "";