From: Rob Church Date: Wed, 25 Jan 2006 15:09:52 +0000 (+0000) Subject: Add Special:Listredirects to list of query pages; wasn't being cached X-Git-Tag: 1.6.0~426 X-Git-Url: http://git.cyclocoop.org//%22%22.str_replace%28%27%22%27%2C?a=commitdiff_plain;h=a57c34a0383654e4eaa0581bb6539438d3d6d661;p=lhc%2Fweb%2Fwiklou.git Add Special:Listredirects to list of query pages; wasn't being cached --- diff --git a/includes/QueryPage.php b/includes/QueryPage.php index a69fe5f288..9b39ec63ef 100644 --- a/includes/QueryPage.php +++ b/includes/QueryPage.php @@ -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' ),