From dc891b12018e308603a8c10967da64796b0774b3 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 6 Mar 2011 12:10:32 +0300 Subject: [PATCH] fetch_twitter_rss: use proper uid --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index a0608ded..2b8813d6 100644 --- a/functions.php +++ b/functions.php @@ -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; } -- 2.39.2