From: Andrew Dolgov Date: Fri, 6 Mar 2009 15:25:49 +0000 (+0300) Subject: daemon: properly pass owner_uid to catchup_feed when catching up a newly subscribed... X-Git-Tag: 1.3.2~5 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=dee887d10226535827bd0d5a395cbdaf44cc29af;p=tt-rss.git daemon: properly pass owner_uid to catchup_feed when catching up a newly subscribed feed (2) --- diff --git a/functions.php b/functions.php index 92387c85..ee1e8fbe 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");