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