Index: trunk/extensions/ArticleFeedbackv5/ArticleFeedbackv5.php |
— | — | @@ -26,10 +26,10 @@ |
27 | 27 | |
28 | 28 | // Which categories the pages must belong to have the rating widget added (with _ in text) |
29 | 29 | // Extension is "disabled" if this field is an empty array (as per default configuration) |
30 | | -$wgArticleFeedbackv5Categories = array('AFT5'); |
| 30 | +$wgArticleFeedbackv5Categories = array( 'Article_Feedback_5' ); |
31 | 31 | |
32 | 32 | // Which categories the pages must not belong to have the rating widget added (with _ in text) |
33 | | -$wgArticleFeedbackv5BlacklistCategories = array(); |
| 33 | +$wgArticleFeedbackv5BlacklistCategories = array( 'Article_Feedback_Blacklist' ); |
34 | 34 | |
35 | 35 | // Only load the module / enable the tool in these namespaces |
36 | 36 | // Default to $wgContentNamespaces (defaults to array( NS_MAIN ) ). |