mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-12-10 15:31:38 +01:00
offline: fix infinite loop in sync
This commit is contained in:
parent
673b99ca45
commit
c16694c848
@ -841,7 +841,7 @@ function offline_download_parse(stage, transport) {
|
|||||||
function update_offline_data(stage) {
|
function update_offline_data(stage) {
|
||||||
try {
|
try {
|
||||||
|
|
||||||
if (stage) stage = 0;
|
if (!stage) stage = 0;
|
||||||
|
|
||||||
if (!db || offline_mode || getInitParam("offline_enabled") != "1") return;
|
if (!db || offline_mode || getInitParam("offline_enabled") != "1") return;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user