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
1 changed files with 1 additions and 1 deletions

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