From eba2b50ad93e86b8a1c157ef1d7eb79c1c083bbd Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Thu, 5 Jan 2012 09:49:29 +0000 Subject: [PATCH] Fix typo in r108127. --- ContributionScores_body.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ContributionScores_body.php b/ContributionScores_body.php index 691430d..454c4e8 100644 --- a/ContributionScores_body.php +++ b/ContributionScores_body.php @@ -78,7 +78,7 @@ class ContributionScores extends IncludableSpecialPage { $sql = "SELECT user_id, " . "user_name, " . - "user_real_name" . + "user_real_name, " . "page_count, " . "rev_count, " . "page_count+SQRT(rev_count-page_count)*2 AS wiki_rank " .