From 5ae8f858a96c5cee498202ac372fe02aba9198b1 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 11 Nov 2010 12:19:28 +0300 Subject: fix frontend not knowing about always expanded cdm --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index 0eb1987bb..da10098ec 100644 --- a/functions.php +++ b/functions.php @@ -3180,8 +3180,8 @@ $data = array(); $data['num_feeds'] = (int) $num_feeds; - $data['last_article_id'] = getLastArticleId($link); + $data['cdm_expanded'] = get_pref($link, 'CDM_EXPANDED'); if (ENABLE_UPDATE_DAEMON) { -- cgit v1.2.3