From 37f596f717e0a1d0938fda455a0761155592932c Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Thu, 20 Mar 2008 02:21:20 +0000 Subject: [PATCH] No need to these --- includes/ChangesList.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); -- 2.20.1