Fix typo in r108127.
This commit is contained in:
parent
eeec962440
commit
eba2b50ad9
1 changed files with 1 additions and 1 deletions
|
@ -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 " .
|
||||
|
|
Loading…
Add table
Reference in a new issue