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

Fsdb.check: Add new command to check for missing images

This commit is contained in:
gnosygnu
2017-01-31 03:26:23 -05:00
parent 9a5c70b506
commit df45f141ca
7 changed files with 136 additions and 13 deletions

View File

@@ -38,7 +38,7 @@ public class Xod_page_mgr {
Xoh_page hpg = new Xoh_page();
hpg.Ctor_by_hview(wiki, Xoa_url.New(wiki, ttl), ttl, 1);
rv.Init_by_hpg(hpg);
wiki.Html__hdump_mgr().Load_mgr().Load(hpg, ttl);
wiki.Html__hdump_mgr().Load_mgr().Load_by_xowh(hpg, ttl, Bool_.Y);
Load_sections(rv, hpg);
return rv;
}