summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-03-06 12:10:32 +0300
committerAndrew Dolgov <[email protected]>2011-03-06 12:10:32 +0300
commitdc891b12018e308603a8c10967da64796b0774b3 (patch)
tree0b48ab7021f2ee610b532a317dd4913e65e91ea9 /functions.php
parent54a3dd8d1019cbeba2d312e61378ced7c670038a (diff)
fetch_twitter_rss: use proper uid
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index a0608ded5..2b8813d61 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;
}