mirror of
https://github.com/gnosygnu/xowa.git
synced 2024-10-27 20:34:16 +00:00
Personal_wikis: Update mainpage in user_wiki.json
This commit is contained in:
parent
fa056807d5
commit
7e6f26f740
@ -50,6 +50,7 @@ class Xowdir_item_mgr {
|
||||
Io_url fil_url = dir_url.GenSubFil(domain + ".xowa");
|
||||
Xowdir_wiki_json json = Xowdir_wiki_json.New_empty();
|
||||
json.Name_(name);
|
||||
json.Main_page_(mainpage_name);
|
||||
String wiki_json = json.To_str(json_wtr);
|
||||
db_mgr.Tbl__wiki().Upsert(id, domain, fil_url, wiki_json);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user