Index: branches/querypage-work/phase3/includes/specials/SpecialListredirects.php |
— | — | @@ -38,7 +38,7 @@ |
39 | 39 | } |
40 | 40 | |
41 | 41 | function getOrderFields() { |
42 | | - return array ( 'namespace', 'title' ); |
| 42 | + return array ( 'p1.page_namespace', 'p1.page_title' ); |
43 | 43 | } |
44 | 44 | |
45 | 45 | function formatResult( $skin, $result ) { |