Index: branches/robchurch/reports/includes/QueryPage.php |
— | — | @@ -15,7 +15,6 @@ |
16 | 16 | // QueryPage subclass Special page name Limit (false for none, none for the default) |
17 | 17 | //---------------------------------------------------------------------------- |
18 | 18 | array( 'DisambiguationsPage', 'Disambiguations' ), |
19 | | - array( 'MostimagesPage', 'Mostimages' ), |
20 | 19 | array( 'UnusedCategoriesPage', 'Unusedcategories' ), |
21 | 20 | array( 'UnusedimagesPage', 'Unusedimages' ), |
22 | 21 | array( 'UnusedtemplatesPage', 'Unusedtemplates' ), |
Index: branches/robchurch/reports/languages/messages/MessagesEn.php |
— | — | @@ -377,7 +377,7 @@ |
378 | 378 | 'Largestcategories' => array( 'Largestcategories', 'Mostlinkedcategories' ), |
379 | 379 | 'Mostlinkedtemplates' => array( 'Mostlinkedtemplates', 'Mostusedtemplates' ), |
380 | 380 | 'Mostcategories' => array( 'Mostcategories' ), |
381 | | - 'Mostimages' => array( 'Mostimages' ), |
| 381 | + 'Mostusedimages' => array( 'Mostusedimages', 'Mostimages' ), |
382 | 382 | 'Mostrevisions' => array( 'Mostrevisions' ), |
383 | 383 | 'Fewestrevisions' => array( 'Fewestrevisions' ), |
384 | 384 | 'Shortpages' => array( 'Shortpages' ), |