* Fixing bug where the lowest contributors were shown - not the highest (oops)
* Sorting sub-queries DESC
This commit is contained in:
parent
d20ca5c22d
commit
47769a7f1c
2 changed files with 4 additions and 4 deletions
|
@ -14,7 +14,7 @@ $wgExtensionCredits['specialpage'][] = array(
|
|||
'url'=>'http://www.mediawiki.org/wiki/Extension:Contribution_Scores',
|
||||
'author'=>'Tim Laqua',
|
||||
'description'=>'Polls wiki database for highest user contribution volume',
|
||||
'version'=>'1.7'
|
||||
'version'=>'1.7.1'
|
||||
);
|
||||
|
||||
define( 'CONTRIBUTIONSCORES_PATH', dirname( __FILE__ ) );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue