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

Command-line: Fix curid argument not working 2

This commit is contained in:
gnosygnu
2017-02-22 08:44:14 -05:00
parent 0e85cc90ff
commit 5bd3371802
896 changed files with 1 additions and 69011 deletions

View File

@@ -277,7 +277,7 @@ public class Xog_win_itm implements Gfo_invk, Gfo_evt_itm {
Xowe_wiki wiki = (Xowe_wiki)app.Wiki_mgr().Get_by_or_make_init_y(url.Wiki_bry());
// parse url again, but this time according to rules of actual wiki
wiki.Utl__url_parser().Parse(Bry_.new_u8(url_str));
url = wiki.Utl__url_parser().Parse(Bry_.new_u8(url_str));
// get title
Xoa_ttl ttl = Xoa_ttl.Parse(wiki, url.Page_bry());