mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-21 06:31:28 +00:00
counters: fix feed.update attribute
This commit is contained in:
@@ -2894,7 +2894,7 @@
|
|||||||
$count += db_fetch_result($tmp_result, 0, "unread");
|
$count += db_fetch_result($tmp_result, 0, "unread");
|
||||||
|
|
||||||
$cv = array("id" => $id,
|
$cv = array("id" => $id,
|
||||||
"last_updated" => $last_updated,
|
"updated" => $last_updated,
|
||||||
"counter" => $count,
|
"counter" => $count,
|
||||||
"has_img" => (int) $has_img);
|
"has_img" => (int) $has_img);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user