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

Download_central: Comment support for wikitext downloads

This commit is contained in:
gnosygnu
2017-04-09 22:13:57 -04:00
parent aaa8ebadd7
commit 60d752723b
4 changed files with 5 additions and 4 deletions

View File

@@ -28,7 +28,6 @@ public class Xobc_skip_mgr implements Gfo_invk {
}
public Object Invk(GfsCtx ctx, int ikey, String k, GfoMsg m) {
if (ctx.Match(k, Cfg__namespaces_category)) category_enabled = m.ReadBool("v");
else if (ctx.Match(k, Cfg__namespaces_category)) category_enabled = m.ReadBool("v");
else return Gfo_invk_.Rv_unhandled;
return this;
}