summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index da999fe2d..daa6ccf75 100644
--- a/functions.php
+++ b/functions.php
@@ -2894,7 +2894,7 @@
$count += db_fetch_result($tmp_result, 0, "unread");
$cv = array("id" => $id,
- "last_updated" => $last_updated,
+ "updated" => $last_updated,
"counter" => $count,
"has_img" => (int) $has_img);