mirror of
https://github.com/gnosygnu/xowa.git
synced 2026-03-02 03:49:30 +00:00
v1.9.5.1
This commit is contained in:
@@ -135,7 +135,7 @@ public class Xow_wiki implements GfoInvkAble {
|
||||
public Xoa_page GetPageByTtl(Xoa_url url, Xoa_ttl ttl, Xog_tab_itm tab) {return GetPageByTtl(url, ttl, lang, tab, true);}
|
||||
public Xoa_page GetPageByTtl(Xoa_url url, Xoa_ttl ttl, Xol_lang lang, Xog_tab_itm tab, boolean parse_page) {
|
||||
if (init_needed) Init_wiki(app.User());
|
||||
Xoa_page page = data_mgr.Get_page(url, ttl, false, false); // get page from data_mgr
|
||||
Xoa_page page = data_mgr.Get_page(url, ttl, false, false); // get page from data_mgr
|
||||
if (page.Missing()) { // page doesn't exist
|
||||
if (ttl.Ns().Id_file()) {
|
||||
Xow_wiki commons_wiki = app.Wiki_mgr().Get_by_key_or_null(commons_wiki_key);
|
||||
|
||||
Reference in New Issue
Block a user