Merge "Split mediawiki.toolbar from mediawiki.action.edit"
[lhc/web/wiklou.git] / includes / specials / SpecialMostlinkedcategories.php
index 0d4641b..f61a115 100644 (file)
@@ -44,6 +44,7 @@ class MostlinkedCategoriesPage extends QueryPage {
                        'fields' => array( 'title' => 'cat_title',
                                'namespace' => NS_CATEGORY,
                                'value' => 'cat_pages' ),
+                       'conds' => array( 'cat_pages > 0' ),
                );
        }