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

v1.10.1.1

This commit is contained in:
gnosygnu
2014-10-05 21:38:11 -04:00
parent 81c8e2554c
commit cd5a440404
111 changed files with 3365 additions and 1298 deletions

View File

@@ -26,7 +26,6 @@ public class Xoa_sys_cfg implements GfoInvkAble {
Xol_lang lang = app.Lang_mgr().Get_by_key_or_load(lang_key);
app.User().Lang_(lang);
app.User().Wiki().Html_mgr().Portal_mgr().Init();
app.Gui_mgr().Lang_changed(lang);
}
return this;
} private byte[] lang_key = Xol_lang_.Key_en;