mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 23:45:55 +00:00
bring back update button, it makes async update request to the daemon
This commit is contained in:
@@ -2872,6 +2872,9 @@
|
||||
|
||||
$has_img = feed_has_icon($id);
|
||||
|
||||
if (date('Y') - date('Y', strtotime($line['last_updated'])) > 2)
|
||||
$last_updated = '';
|
||||
|
||||
$cv = array("id" => $id,
|
||||
"updated" => $last_updated,
|
||||
"counter" => $count,
|
||||
|
||||
Reference in New Issue
Block a user