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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user