Index: trunk/phase3/includes/specials/SpecialWithoutinterwiki.php |
— | — | @@ -84,7 +84,7 @@ |
85 | 85 | 'page_title AS title', |
86 | 86 | 'page_title AS value' ), |
87 | 87 | 'conds' => array ( 'll_title IS NULL', |
88 | | - 'page_namespace' => NS_MAIN, |
| 88 | + 'page_namespace' => MWNamespace::getContentNamespaces(), |
89 | 89 | 'page_is_redirect' => 0 ), |
90 | 90 | 'join_conds' => array ( 'langlinks' => array ( |
91 | 91 | 'LEFT JOIN', 'll_from = page_id' ) ) |