Index: trunk/extensions/SemanticDrilldown/specials/SD_BrowseData.php |
— | — | @@ -1020,6 +1020,10 @@ |
1021 | 1021 | return array( 'sortkey' ); |
1022 | 1022 | } |
1023 | 1023 | |
| 1024 | + function sortDescending() { |
| 1025 | + return false; |
| 1026 | + } |
| 1027 | + |
1024 | 1028 | function formatResult( $skin, $result ) { |
1025 | 1029 | $title = Title::makeTitle( $result->namespace, $result->value ); |
1026 | 1030 | return $skin->makeLinkObj( $title, $title->getText() ); |