1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-18 21:51:28 +00:00

initialize user prefs on update_feeds run

This commit is contained in:
Andrew Dolgov
2006-10-01 05:06:45 +01:00
parent 461766f33e
commit e7dfc9c989

View File

@@ -31,6 +31,7 @@
while ($line = db_fetch_assoc($result)) { while ($line = db_fetch_assoc($result)) {
$user_id = $line["id"]; $user_id = $line["id"];
initialize_user_prefs($link, $user_id);
update_all_feeds($link, false, $user_id, true); update_all_feeds($link, false, $user_id, true);
} }