summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
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) {