https://bugzilla.wikimedia.org/show_bug.cgi?id=17913
--- Comment #1 from Umherirrender <[email protected]> 2009-03-28 18:50:45 UTC --- function 'showDiffPage' in 'DifferenceEngine.php' should test if the oldid the first one, and then set "$prevlink = ' ';" in the same way like $nextlink. For example: if ( $this->mOldRev->getPrevious() != null ) { $prevlink = $sk->makeKnownLinkObj( $this->mTitle, wfMsgHtml( 'previousdiff' ), 'diff=prev&oldid='.$this->mOldid.$htmldiffarg, '', '', 'id="differences-prevlink"' ); } else { $prevlink = ' '; } I am not so familiar with php and mediawiki, so I cannot give you a patch, only this idea. -- 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
