1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2026-03-02 03:49:30 +00:00

App_update: Add addon and special page

This commit is contained in:
gnosygnu
2016-11-18 09:10:16 -05:00
parent c233214e42
commit 6459d990a5
7 changed files with 145 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ public class Xosync_read_mgr {
sync_conn.Meta_tbl_assert(sync_tbl);
}
DateAdp sync_date = sync_tbl.Select_sync_date_or_min(tmp_dbpg.Id());
if (Datetime_now.Get().Diff(sync_date).Total_mins().To_int() < sync_api.Auto_interval()) return;
if (Datetime_now.Get().Diff(sync_date).Total_mins().To_int() <= sync_api.Auto_interval()) return;
Xoa_app app = wiki.App();
Xoh_page hpg = new Xoh_page();