From dee887d10226535827bd0d5a395cbdaf44cc29af Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 6 Mar 2009 18:25:49 +0300 Subject: [PATCH] daemon: properly pass owner_uid to catchup_feed when catching up a newly subscribed feed (2) --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 92387c856..ee1e8fbe8 100644 --- a/functions.php +++ b/functions.php @@ -2239,7 +2239,7 @@ } - ccache_update($link, $feed, $_SESSION["uid"], $cat_view); + ccache_update($link, $feed, $owner_uid, $cat_view); } else { // tag db_query($link, "BEGIN");