https://bugzilla.wikimedia.org/show_bug.cgi?id=68802
--- Comment #4 from This, that and the other (TTO) <[email protected]> --- I don't have access to Git right now, but the correct fix would be to move the substr_compare test, currently on line 2107 of Parser.php, up to the if statement on line 2099: if ( $noforce && substr_compare( $this->getTargetLanguage()->lc( ltrim( $origLink ) ), $iw, 0, strlen( $iw ) ) === 0 ) { And obviously also move the corresponding comment, and change it to mention both this bug and bug 68085. If someone could do that it'd be great. -- 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
