From fd03a2922af901d5c12e1039aed84647efd757f6 Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Tue, 22 Nov 2011 20:51:13 +0000 Subject: [PATCH] Followup r102785: fix typo in index name. Thanks to Platonides and his special page test thingy for noticing this --- includes/specials/SpecialShortpages.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/specials/SpecialShortpages.php b/includes/specials/SpecialShortpages.php index 9bc1bc4a40..c176f91364 100644 --- a/includes/specials/SpecialShortpages.php +++ b/includes/specials/SpecialShortpages.php @@ -45,7 +45,7 @@ class ShortPagesPage extends QueryPage { 'page_len AS value' ), 'conds' => array ( 'page_namespace' => NS_MAIN, 'page_is_redirect' => 0 ), - 'options' => array ( 'USE INDEX' => 'page_redirect_namespaces_len' ) + 'options' => array ( 'USE INDEX' => 'page_redirect_namespace_len' ) ); } -- 2.20.1