Bug 32673: Keep the username in the input field if not existing
[lhc/web/wiklou.git] / 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' )
                );
        }