Followup r102785: fix typo in index name. Thanks to Platonides and his special page...
authorRoan Kattouw <catrope@users.mediawiki.org>
Tue, 22 Nov 2011 20:51:13 +0000 (20:51 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Tue, 22 Nov 2011 20:51:13 +0000 (20:51 +0000)
includes/specials/SpecialShortpages.php

index 9bc1bc4..c176f91 100644 (file)
@@ -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' )
                );
        }