Remove extra '&'
authorAaron Schulz <aaron@users.mediawiki.org>
Sun, 23 Mar 2008 03:10:07 +0000 (03:10 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Sun, 23 Mar 2008 03:10:07 +0000 (03:10 +0000)
includes/SpecialMergeHistory.php

index c7f42fe..2a26989 100644 (file)
@@ -248,7 +248,7 @@ class MergehistoryForm {
                        $last = $this->message['last'];
                else if( isset($this->prevId[$row->rev_id]) )
                        $last = $this->sk->makeKnownLinkObj( $rev->getTitle(), $this->message['last'], 
-                               "&diff=" . $row->rev_id . "&oldid=" . $this->prevId[$row->rev_id] );
+                               "diff=" . $row->rev_id . "&oldid=" . $this->prevId[$row->rev_id] );
                
                $userLink = $this->sk->revUserTools( $rev );