mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-11-24 06:03:49 +00:00
Fix warning string
Bug: T137330 Change-Id: I4b0a11e35285d0a47f3dc52832f22bba208cf7c2
This commit is contained in:
parent
32f7679e31
commit
c5c6e77c63
|
@ -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