Fix warning string

Bug: T137330
Change-Id: I4b0a11e35285d0a47f3dc52832f22bba208cf7c2
This commit is contained in:
Matěj Suchánek 2017-04-15 16:34:16 +00:00
parent 32f7679e31
commit c5c6e77c63

View file

@ -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.' );
}