summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-11 12:19:28 +0300
committerAndrew Dolgov <[email protected]>2010-11-11 12:19:28 +0300
commit5ae8f858a96c5cee498202ac372fe02aba9198b1 (patch)
treeec2bd533ef42fa95337160352c6a59aa30a28569 /functions.php
parent3505baeb1404bd8cd0e8b491cad7dc87620c5064 (diff)
fix frontend not knowing about always expanded cdm
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
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) {