From c5c6e77c637d0ef09df6a496502296049506cbc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Such=C3=A1nek?= Date: Sat, 15 Apr 2017 16:34:16 +0000 Subject: [PATCH] Fix warning string Bug: T137330 Change-Id: I4b0a11e35285d0a47f3dc52832f22bba208cf7c2 --- AbuseFilter.hooks.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/AbuseFilter.hooks.php b/AbuseFilter.hooks.php index af600d5b1..71750975f 100644 --- a/AbuseFilter.hooks.php +++ b/AbuseFilter.hooks.php @@ -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.' ); }