daemon: properly pass owner_uid to catchup_feed when catching up a newly subscribed feed (2)
This commit is contained in:
parent
44503b4673
commit
dee887d102
|
@ -2239,7 +2239,7 @@
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ccache_update($link, $feed, $_SESSION["uid"], $cat_view);
|
ccache_update($link, $feed, $owner_uid, $cat_view);
|
||||||
|
|
||||||
} else { // tag
|
} else { // tag
|
||||||
db_query($link, "BEGIN");
|
db_query($link, "BEGIN");
|
||||||
|
|
Loading…
Reference in New Issue