Index: trunk/extensions/ArticleFeedbackv5/ArticleFeedbackv5.php |
— | — | @@ -45,7 +45,7 @@ |
46 | 46 | // own bucket by passing it in the url (e.g., ?bucket=1), and the showstopper |
47 | 47 | // error mode will have a useful error message, if one exists, rather than the |
48 | 48 | // default message. |
49 | | -$wgArticleFeedbackv5Debug = true; |
| 49 | +$wgArticleFeedbackv5Debug = false; |
50 | 50 | |
51 | 51 | // The rating categories for bucket 5 -- these MUST match the field names in the database. |
52 | 52 | $wgArticleFeedbackv5Bucket5RatingCategories = array( 'trustworthy', 'objective', 'complete', 'wellwritten' ); |