From 09c816cac4d1a083093ac12f7e0b68c578eb9669 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 28 Oct 2012 11:03:29 +0400 Subject: remove unexpanded CDM ajax loading --- classes/feeds.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'classes/feeds.php') diff --git a/classes/feeds.php b/classes/feeds.php index 72abc41e2..fd98314a9 100644 --- a/classes/feeds.php +++ b/classes/feeds.php @@ -638,7 +638,7 @@ class Feeds extends Handler_Protected { $reply['content'] .= ""; $reply['content'] .= ""; - $reply['content'] .= $expand_cdm ? $article_content : ''; + $reply['content'] .= $article_content; $reply['content'] .= ""; /* $tmp_result = db_query($this->link, "SELECT always_display_enclosures FROM -- cgit v1.2.3-54-g00ecf