mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-11-24 14:13:54 +00:00
Merge "Fix warning string"
This commit is contained in:
commit
134d88d5d5
|
@ -18,9 +18,9 @@ class AbuseFilterHooks {
|
|||
$wgDisableAuthManager, $wgAuthManagerAutoConfig;
|
||||
|
||||
if ( isset( $wgAbuseFilterAvailableActions ) || isset( $wgAbuseFilterRestrictedActions ) ) {
|
||||
wfWarn( '$wgAbuseFilterAvailableActions and $wgAbuseFilterRestrictedActions have been'
|
||||
. 'removed. Please use $wgAbuseFilterActions and $wgAbuseFilterRestrictions'
|
||||
. 'instead. The format is the same except the action names are the keys of the'
|
||||
wfWarn( '$wgAbuseFilterAvailableActions and $wgAbuseFilterRestrictedActions have been '
|
||||
. 'removed. Please use $wgAbuseFilterActions and $wgAbuseFilterRestrictions '
|
||||
. 'instead. The format is the same except the action names are the keys of the '
|
||||
. 'array and the values are booleans.' );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue