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

Cfg: Fix nav not working for explicit grps

This commit is contained in:
gnosygnu
2016-12-28 19:28:14 -05:00
parent 4c3ea9890d
commit 5a36b112b2
2 changed files with 2 additions and 1 deletions

View File

@@ -42,7 +42,7 @@ public class Xog_cbk_wkr__swt implements Xog_cbk_wkr {
match = page.Html_data().Cbk_enabled();
break;
case Xog_cbk_trg.Tid__specific_page:
match = Bry_.Eq(trg.Page_ttl(), page.Ttl().Full_db());
match = Bry_.Eq(trg.Page_ttl(), page.Ttl().Full_db_wo_qarg()); // NOTE: ignore qargs to handle Special:XowaCfg?grp=some_grp; DATE:2016-12-28
break;
}
if (match) {