1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-08 19:09:16 +00:00

daemon: properly pass owner_uid to catchup_feed when catching up a newly subscribed feed (2)

This commit is contained in:
Andrew Dolgov
2009-03-06 18:25:49 +03:00
parent 44503b4673
commit dee887d102

View File

@@ -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");