https://bugzilla.wikimedia.org/show_bug.cgi?id=47010
--- Comment #1 from Dima <[email protected]> --- Resolving: 395: $value = $name . '=' . rawurlencode( $value ); => 395: $value = rawurlencode($name) . '=' . rawurlencode( $value ); -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
