Fix typo in r108127.

This commit is contained in:
Siebrand Mazeland 2012-01-05 09:49:29 +00:00
parent eeec962440
commit eba2b50ad9

View file

@ -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 " .