Index: trunk/extensions/FlaggedRevs/FlaggedRevs.php |
— | — | @@ -238,10 +238,11 @@ |
239 | 239 | $wgFlaggedRevsTalkVisible = true; |
240 | 240 | |
241 | 241 | # Users that can use the feedback form. |
242 | | -$wgGroupPermissions['*']['feedback'] = false; |
| 242 | +$wgGroupPermissions['*']['feedback'] = true; |
243 | 243 | |
244 | 244 | # Allow readers to rate pages in these namespaces |
245 | | -$wgFeedbackNamespaces = array( NS_MAIN ); |
| 245 | +$wgFeedbackNamespaces = array(); |
| 246 | +#$wgFeedbackNamespaces = array( NS_MAIN ); |
246 | 247 | # Reader feedback tags, positive and negative. [a-zA-Z] tag names only. |
247 | 248 | # Each tag has five levels, which 3 being average. The tag names are |
248 | 249 | # mapped to their weight. This is used to determine the "worst"/"best" pages. |