r105558 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r105557‎ | r105558 | r105559 >
Date:16:06, 8 December 2011
Author:yonishostak
Status:ok
Tags:
Comment:
AFTv5: fix #32857. whitelist category: Article_Feedback_5, blacklist category: Article_Feedback_Blacklist
Modified paths:
  • /trunk/extensions/ArticleFeedbackv5/ArticleFeedbackv5.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ArticleFeedbackv5/ArticleFeedbackv5.php
@@ -26,10 +26,10 @@
2727
2828 // Which categories the pages must belong to have the rating widget added (with _ in text)
2929 // Extension is "disabled" if this field is an empty array (as per default configuration)
30 -$wgArticleFeedbackv5Categories = array('AFT5');
 30+$wgArticleFeedbackv5Categories = array( 'Article_Feedback_5' );
3131
3232 // 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' );
3434
3535 // Only load the module / enable the tool in these namespaces
3636 // Default to $wgContentNamespaces (defaults to array( NS_MAIN ) ).

Status & tagging log