mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-17 18:51:29 +00:00
fixed toolbar feed update button
This commit is contained in:
11
backend.php
11
backend.php
@@ -459,6 +459,17 @@
|
|||||||
</head><body>";
|
</head><body>";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ($subop == "ForceUpdate" && sprintf("%d", $feed) > 0) {
|
||||||
|
|
||||||
|
$tmp_result = db_query($link, "SELECT feed_url FROM ttrss_feeds
|
||||||
|
WHERE id = '$feed'");
|
||||||
|
|
||||||
|
$feed_url = db_fetch_result($tmp_result, 0, "feed_url");
|
||||||
|
|
||||||
|
update_rss_feed($link, $feed_url, $feed);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
if ($subop == "MarkAllRead") {
|
if ($subop == "MarkAllRead") {
|
||||||
|
|
||||||
if (sprintf("%d", $feed) != 0) {
|
if (sprintf("%d", $feed) != 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user