counters: fix feed.update attribute
This commit is contained in:
parent
a8f447f398
commit
2188495806
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue