Add 'spamblacklistlog' to the list of available rights

Follow up to: I7b1ee2b

Change-Id: If97de3c400d4b659f13ff0d63ec7063e4ae5a427
This commit is contained in:
Marius Hoch 2013-09-20 19:43:23 +02:00
parent 220e02e5b2
commit d3099d6e14

View file

@ -68,3 +68,5 @@ $wgLogTypes[] = 'spamblacklist';
$wgLogActionsHandlers['spamblacklist/*'] = 'LogFormatter';
$wgLogRestrictions['spamblacklist'] = 'spamblacklistlog';
$wgGroupPermissions['sysop']['spamblacklistlog'] = true;
$wgAvailableRights[] = 'spamblacklistlog';