mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-12-09 06:51:25 +01:00
fix tags crosslink bug in update_feed
This commit is contained in:
parent
4e90d6d273
commit
25da690943
@ -394,7 +394,9 @@
|
|||||||
if (count($entry_tags) > 0) {
|
if (count($entry_tags) > 0) {
|
||||||
|
|
||||||
$result = db_query($link, "SELECT id FROM ttrss_entries
|
$result = db_query($link, "SELECT id FROM ttrss_entries
|
||||||
WHERE guid = '$entry_guid' AND owner_uid = " . $_SESSION["uid"]);
|
WHERE guid = '$entry_guid'
|
||||||
|
AND feed_id = '$feed'
|
||||||
|
AND owner_uid = " . $_SESSION["uid"]);
|
||||||
|
|
||||||
if (!$result || db_num_rows($result) != 1) {
|
if (!$result || db_num_rows($result) != 1) {
|
||||||
return;
|
return;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user