Remove syntax typo that made line dupes
authorAaron Schulz <aaron@users.mediawiki.org>
Mon, 15 Sep 2008 19:27:32 +0000 (19:27 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Mon, 15 Sep 2008 19:27:32 +0000 (19:27 +0000)
includes/ChangesList.php

index f83ec8f..f778b1f 100644 (file)
@@ -396,7 +396,7 @@ class OldChangesList extends ChangesList {
 
                wfRunHooks( 'OldChangesListRecentChangesLine', array(&$this, &$s, $rc) );
                
-               $s .= "<li>$s</li>\n";
+               $s = "<li>$s</li>\n";
 
                wfProfileOut( $fname.'-rest' );