From: Aaron Schulz Date: Thu, 20 Mar 2008 02:21:20 +0000 (+0000) Subject: No need to these X-Git-Tag: 1.31.0-rc.0~48956 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=37f596f717e0a1d0938fda455a0761155592932c;p=lhc%2Fweb%2Fwiklou.git No need to these --- diff --git a/includes/ChangesList.php b/includes/ChangesList.php index 987a117a17..12c10f2330 100644 --- a/includes/ChangesList.php +++ b/includes/ChangesList.php @@ -331,7 +331,7 @@ class OldChangesList extends ChangesList { $this->insertDiffHist($s, $rc, $unpatrolled); # M, N, b and ! (minor, new, bot and unpatrolled) - $s .= ' '.$this->recentChangesFlags( $rc_type == RC_NEW, $rc_minor, $unpatrolled, '', $rc_bot ).''; + $s .= $this->recentChangesFlags( $rc_type == RC_NEW, $rc_minor, $unpatrolled, '', $rc_bot ); $this->insertArticleLink($s, $rc, $unpatrolled, $watched); wfProfileOut($fname.'-page');