https://bugzilla.wikimedia.org/show_bug.cgi?id=43360
--- Comment #6 from Daniel Friesen <[email protected]> --- Yeah, that's standard form behaviour for GET method forms. You have to put all query arguments into the form. And that code looks like a total ugly hack. It shouldn't be testing for just ?title= assuming that &title= doesn't exist and ignoring other query parameters. It should be generic, handling all query params in the $link_url. -- You are receiving this mail because: You are on the CC list for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
