mirror of
https://github.com/gnosygnu/xowa.git
synced 2024-10-27 20:34:16 +00:00
Cfg: Fix page_sync.manual_enabled
This commit is contained in:
parent
af21fe50ff
commit
7fd6b6c254
@ -30,7 +30,7 @@ public class Xosync_read_mgr implements Gfo_invk {
|
||||
private final Xosync_update_mgr update_mgr = new Xosync_update_mgr();
|
||||
public void Init_by_wiki(Xow_wiki wiki) {
|
||||
this.Auto_scope_("*:Main_Page");
|
||||
wiki.App().Cfg().Bind_many_wiki(this, wiki, Cfg__auto__enabled, Cfg__auto__interval, Cfg__auto__scope);
|
||||
wiki.App().Cfg().Bind_many_wiki(this, wiki, Cfg__manual__enabled, Cfg__auto__enabled, Cfg__auto__interval, Cfg__auto__scope);
|
||||
}
|
||||
public boolean Manual_enabled() {return manual_enabled;} private boolean manual_enabled;
|
||||
public void Auto_update(Xow_wiki wiki, Xoa_page page, Xoa_ttl page_ttl) {
|
||||
|
Loading…
Reference in New Issue
Block a user