From: Andrew Dolgov Date: Fri, 5 Nov 2010 07:43:19 +0000 (+0300) Subject: counters: fix feed.update attribute X-Git-Tag: 1.5.0~407 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=21884958060f9e21e45e1f8a27c05a5326545a69;p=tt-rss.git counters: fix feed.update attribute --- diff --git a/functions.php b/functions.php index da999fe2..daa6ccf7 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);