mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
fix broken article update functionality (take 2)
This commit is contained in:
+3
-1
@@ -610,7 +610,9 @@
|
|||||||
|
|
||||||
} */
|
} */
|
||||||
|
|
||||||
if ($line["last_read"] == "") {
|
if ($line["last_read"] == "" &&
|
||||||
|
($line["unread"] != "t" && $line["unread"] != "1")) {
|
||||||
|
|
||||||
$update_pic = "<img id='FUPDPIC-$id' src=\"images/updated.png\"
|
$update_pic = "<img id='FUPDPIC-$id' src=\"images/updated.png\"
|
||||||
alt=\"Updated\">";
|
alt=\"Updated\">";
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user