* Fix diff order on Enhanced RC 'changes' link
authorBrion Vibber <brion@users.mediawiki.org>
Sun, 3 Jul 2005 06:57:44 +0000 (06:57 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sun, 3 Jul 2005 06:57:44 +0000 (06:57 +0000)
RELEASE-NOTES
includes/ChangesList.php

index 933b3a0..3ff21a1 100644 (file)
@@ -451,6 +451,7 @@ of MediaWiki:Newpagetext) to &action=edit, if page is new.
 * Files from shared repositories (e.g. commons) now display with their
   image description pages when viewed on local wikis.
 * Restore compatibility namespace aliases for French Wikipedia
+* Fix diff order on Enhanced RC 'changes' link
 
 
 === Caveats ===
index c0bd215..bd187eb 100644 (file)
@@ -177,7 +177,7 @@ class ChangesList {
                        $r .= ' ('.count($block).' ' ;
                        if ( $isnew ) $r .= wfMsg('changes');
                        else $r .= $this->skin->makeKnownLinkObj( $block[0]->getTitle() , wfMsg('changes') ,
-                               $curIdEq."&diff=$oldid&oldid=$newid" ) ;
+                               $curIdEq."&diff=$newid&oldid=$oldid" ) ;
                        $r .= '; ' ;
 
                        # History