* Fixing bug where the lowest contributors were shown - not the highest (oops)
* Sorting sub-queries DESC
This commit is contained in:
@@ -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__ ) );
|
||||
|
||||
Reference in New Issue
Block a user