Index: trunk/extensions/Ratings/Ratings.php |
— | — | @@ -122,3 +122,5 @@ |
123 | 123 | } |
124 | 124 | |
125 | 125 | require_once 'Ratings.settings.php'; |
| 126 | + |
| 127 | +$wgAvailableRights[] = 'rate'; |
\ No newline at end of file |
Index: trunk/extensions/Ratings/Ratings.i18n.php |
— | — | @@ -19,6 +19,7 @@ |
20 | 20 | */ |
21 | 21 | $messages['en'] = array( |
22 | 22 | 'ratings-desc' => 'Allows users to rate different "properties" of pages', |
| 23 | + 'right-rate' => 'Required to be able to rate.', |
23 | 24 | |
24 | 25 | // Rating stars |
25 | 26 | 'ratings-starsratings-desc' => 'Displays a simple star rating control allowing the user to rate a certain property of a page. |