Merge "Remove empty lines at begin of function, if, foreach, switch"
[lhc/web/wiklou.git] / includes / specials / SpecialRecentchanges.php
index 21f6b69..d856d4b 100644 (file)
@@ -213,7 +213,7 @@ class SpecialRecentChanges extends ChangesListSpecialPage {
                $tagHitCounts = array_merge( $explicitlyDefinedTags, $softwareActivatedTags, $tagStats );
 
                // Sort by hits
-               asort( $tagHitCounts );
+               arsort( $tagHitCounts );
 
                // Build the list and data
                $result = [];