https://bugzilla.wikimedia.org/show_bug.cgi?id=42274
--- Comment #1 from Sam Reed (reedy) <[email protected]> 2012-11-20 01:43:48 UTC --- Fairly obviously why from the code: $titleStr = $info['title']; $title = Title::newFromText( $titleStr ); if ( $this->linkToDiffs && isset( $info['revid'] ) ) { $titleUrl = $title->getFullURL( array( 'diff' => $info['revid'] ) ); } else { $titleUrl = $title->getFullURL(); } -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- 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
