From: Aaron Schulz Date: Mon, 15 Sep 2008 19:27:32 +0000 (+0000) Subject: Remove syntax typo that made line dupes X-Git-Tag: 1.31.0-rc.0~45282 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/operations/recherche.php?a=commitdiff_plain;h=965ede5d2d9c0f515909317ea9a15ca4d61e5e7e;p=lhc%2Fweb%2Fwiklou.git Remove syntax typo that made line dupes --- diff --git a/includes/ChangesList.php b/includes/ChangesList.php index f83ec8fe2b..f778b1f7e4 100644 --- a/includes/ChangesList.php +++ b/includes/ChangesList.php @@ -396,7 +396,7 @@ class OldChangesList extends ChangesList { wfRunHooks( 'OldChangesListRecentChangesLine', array(&$this, &$s, $rc) ); - $s .= "
  • $s
  • \n"; + $s = "
  • $s
  • \n"; wfProfileOut( $fname.'-rest' );