mirror of
https://github.com/gnosygnu/xowa.git
synced 2024-10-27 20:34:16 +00:00
Html: Fix last_modified_msg not updating
This commit is contained in:
parent
df63a6ff6b
commit
c1e66a7e7d
@ -30,8 +30,8 @@ public class Xoa_app_ {
|
||||
}
|
||||
}
|
||||
public static final String Name = "xowa";
|
||||
public static final int Version_id = 532;
|
||||
public static final String Version = "4.5.10.1707";
|
||||
public static final int Version_id = 533;
|
||||
public static final String Version = "4.5.11.1707";
|
||||
public static String Build_date = "2012-12-30 00:00:00";
|
||||
public static String Build_date_fmt = "yyyy-MM-dd HH:mm:ss";
|
||||
public static String Op_sys_str;
|
||||
|
@ -92,10 +92,8 @@ public class Xow_portal_mgr implements Gfo_invk {
|
||||
private Bry_fmtr div_footer_fmtr = Bry_fmtr.keys_("page_modified_on_msg", "app_version", "app_build_date");
|
||||
private byte[] div_footer_bry = Bry_.Empty;
|
||||
public byte[] Div_footer(byte[] page_modified_on_msg, String app_version, String app_build_date) {
|
||||
if (div_footer_bry == Bry_.Empty) {
|
||||
Bry_bfr tmp_bfr = Bry_bfr_.New();
|
||||
div_footer_bry = Init_fmtr(tmp_bfr, wiki.Eval_mgr(), div_footer_fmtr, page_modified_on_msg, app_version, app_build_date);
|
||||
}
|
||||
Bry_bfr tmp_bfr = Bry_bfr_.New();
|
||||
div_footer_bry = Init_fmtr(tmp_bfr, wiki.Eval_mgr(), div_footer_fmtr, page_modified_on_msg, app_version, app_build_date);
|
||||
return div_footer_bry;
|
||||
}
|
||||
|
||||
|
@ -1 +1 @@
|
||||
v4.5.7.1706
|
||||
wikidata
|
||||
|
Loading…
Reference in New Issue
Block a user