https://bugzilla.wikimedia.org/show_bug.cgi?id=70318
Kunal Mehta (Legoktm) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |UNCONFIRMED Ever confirmed|1 |0 --- Comment #1 from Kunal Mehta (Legoktm) <[email protected]> --- This sounds like a bug in mobile, not in Echo. If you add a query string to a url, MediaWiki core converts it to use the script path directly instead of short url. > echo Title::newMainPage()->getFullUrl(); http://localhost/wiki/Main_Page > echo Title::newMainPage()->getFullUrl("action=edit"); http://localhost/w/index.php?title=Main_Page&action=edit -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
