From 79e565a97568cea2fc8a235c83b2f2f5fc556a6f Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 12 Feb 2009 16:35:25 +0300 Subject: offline: add progress indicator; tweak download intervals and amount of articles --- manifest.json.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manifest.json.php') diff --git a/manifest.json.php b/manifest.json.php index 22ea4cda2..525bc6103 100644 --- a/manifest.json.php +++ b/manifest.json.php @@ -79,7 +79,7 @@ foreach ($manifest_files as $f) { $tmp = filemtime($f); - if ($tmp > $mtime) { + if ($tmp > $mtime_max) { $mtime_max = $tmp; } @@ -89,7 +89,7 @@ { "betaManifestVersion": 1, - "version": "", + "version": "", "entries": [ ] -- cgit v1.2.3-54-g00ecf