summaryrefslogtreecommitdiff
path: root/offline.js
diff options
context:
space:
mode:
Diffstat (limited to 'offline.js')
-rw-r--r--offline.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/offline.js b/offline.js
index 9933e3d00..7b7113168 100644
--- a/offline.js
+++ b/offline.js
@@ -858,7 +858,7 @@ function update_offline_data(stage) {
query = query + "&cidt=" + offline_dl_max_id;
query = query + "&cidb=" + offline_dl_min_id;
- if (stage > 1) stage = 1;
+ if (stage > 0) stage = 1;
}
rs.close();