Add Special:Listredirects to list of query pages; wasn't being cached
authorRob Church <robchurch@users.mediawiki.org>
Wed, 25 Jan 2006 15:09:52 +0000 (15:09 +0000)
committerRob Church <robchurch@users.mediawiki.org>
Wed, 25 Jan 2006 15:09:52 +0000 (15:09 +0000)
includes/QueryPage.php

index a69fe5f..9b39ec6 100644 (file)
@@ -23,6 +23,7 @@ $wgQueryPages = array(
        array( 'DisambiguationsPage',           'Disambiguations'               ),
        array( 'DoubleRedirectsPage',           'DoubleRedirects'               ),
        array( 'ListUsersPage',                 'Listusers'                     ),
+       array( 'ListredirectsPage', 'Listredirects' ),
        array( 'LonelyPagesPage',               'Lonelypages'                   ),
        array( 'LongPagesPage',                 'Longpages'                     ),
        array( 'MostcategoriesPage',            'Mostcategories'                ),