Index: branches/wmf/1.17wmf1/includes/ImagePage.php |
— | — | @@ -624,7 +624,7 @@ |
625 | 625 | array( 'page_namespace', 'page_title' ), |
626 | 626 | array( 'il_to' => $this->mTitle->getDBkey(), 'il_from = page_id' ), |
627 | 627 | __METHOD__, |
628 | | - array( 'LIMIT' => $limit + 1 ) |
| 628 | + array( 'LIMIT' => $limit + 1, 'ORDER BY' => 'il_from', ) |
629 | 629 | ); |
630 | 630 | $count = $dbr->numRows( $res ); |
631 | 631 | if ( $count == 0 ) { |