mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 07:15:55 +00:00
CDM tweaks, mark article as unread when using 'v' in CDM
This commit is contained in:
@@ -210,7 +210,7 @@
|
||||
|
||||
if (db_num_rows($result) == 1) {
|
||||
$link = strip_tags(db_fetch_result($result, 0, "link"));
|
||||
print "<rpc-reply><link>$link</link></rpc-reply>";
|
||||
print "<rpc-reply><link>$link</link><id>$id</id></rpc-reply>";
|
||||
} else {
|
||||
print "<rpc-reply><error>Article not found</error></rpc-reply>";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user