https://bugzilla.wikimedia.org/show_bug.cgi?id=11776
Ashar Voultoiz <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED CC| |[email protected] Resolution| |FIXED --- Comment #7 from Ashar Voultoiz <[email protected]> 2011-01-22 12:09:50 UTC --- Should be good now: // CT_MODE_CATEGORIES 0 // CT_MODE_PAGES 10 // CT_MODE_ALL 20 +# OBSOLETE !! 'wgCategoryTreeCategoryPageMode' => array( 'default' => 0, 'hewiki' => 10, ), + +'wgCategoryTreeCategoryPageOptions' => array( + 'hewiki' => array( 'mode' => CT_MODE_PAGES ), # bug 11776 +), + +# @} end of CATEGORY TREE EXTENSION + -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
