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

Wiki: Support renamed folders for non-commons images

This commit is contained in:
gnosygnu
2017-02-07 21:06:35 -05:00
parent ffc112a085
commit 906bcdc6fe
3 changed files with 18 additions and 3 deletions

View File

@@ -21,9 +21,10 @@ public class Xof_repo_pair implements Gfo_invk {
this.id = id; this.wiki_domain = wiki_domain; this.src = src; this.trg = trg;
}
public byte Id() {return id;} private byte id;
public byte[] Wiki_domain() {return wiki_domain;} private final byte[] wiki_domain;
public byte[] Wiki_domain() {return wiki_domain;} private byte[] wiki_domain;
public Xof_repo_itm Src() {return src;} private final Xof_repo_itm src;
public Xof_repo_itm Trg() {return trg;} private final Xof_repo_itm trg;
public void Wiki_domain_(byte[] v) {wiki_domain = v;}
public Object Invk(GfsCtx ctx, int ikey, String k, GfoMsg m) {
if (ctx.Match(k, Invk_repo_id_)) id = m.ReadByte("v");