mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
fetch_twitter_rss: use proper uid
This commit is contained in:
@@ -7095,7 +7095,7 @@
|
||||
|
||||
db_query($link, "UPDATE ttrss_feeds
|
||||
SET last_error = 'OAuth information not found.'
|
||||
WHERE feed_url = '$url_escaped' AND owner_uid = " . $_SESSION['uid']);
|
||||
WHERE feed_url = '$url_escaped' AND owner_uid = $owner_uid");
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user