From: Roan Kattouw Date: Tue, 22 Nov 2011 20:51:13 +0000 (+0000) Subject: Followup r102785: fix typo in index name. Thanks to Platonides and his special page... X-Git-Tag: 1.31.0-rc.0~26345 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=fd03a2922af901d5c12e1039aed84647efd757f6;p=lhc%2Fweb%2Fwiklou.git Followup r102785: fix typo in index name. Thanks to Platonides and his special page test thingy for noticing this --- 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' ) ); }