* (bug 2627) Fix regression: diff radio button initial selection
authorBrion Vibber <brion@users.mediawiki.org>
Thu, 30 Jun 2005 07:56:50 +0000 (07:56 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Thu, 30 Jun 2005 07:56:50 +0000 (07:56 +0000)
RELEASE-NOTES
includes/PageHistory.php

index 8e39a51..0aa3089 100644 (file)
@@ -430,6 +430,7 @@ Various bugfixes, small features, and a few experimental things:
 * (bug 2618) Fix regression from another fix; show initial preview for
   categories only if the page does not exist.
 * (bug 2625) Keep group & user settings when paging in Listusers
+* (bug 2627) Fix regression: diff radio button initial selection
 
 
 === Caveats ===
index e1dee33..663f6c3 100644 (file)
@@ -153,6 +153,7 @@ class PageHistory {
                        $first = !$i && $offset == 0;
                        $next = isset( $revisions[$i + 1] ) ? $revisions[$i + 1 ] : null;
                        $s .= $this->historyLine($line, $next, $counter, $this->getNotificationTimestamp(), $first);
+                       $counter++;
                }
 
                /*