From: Andrew Dolgov Date: Fri, 12 Jul 2013 14:36:17 +0000 (+0400) Subject: make cdmExcert respect SHOW_CONTENT_PREVIEW X-Git-Tag: 1.9~29 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=7a7a0dc2dd02c7064ce367004bd476345464d8cd;p=tt-rss.git make cdmExcert respect SHOW_CONTENT_PREVIEW --- diff --git a/classes/feeds.php b/classes/feeds.php index 5649da7c..4cace8d5 100644 --- a/classes/feeds.php +++ b/classes/feeds.php @@ -579,7 +579,7 @@ class Feeds extends Handler_Protected { else $excerpt_hidden = "style=\"display : none\""; - $reply['content'] .= "" . $line["content_preview"] . ""; + $reply['content'] .= "" . $content_preview . ""; $reply['content'] .= "";