Merge "code cleanup: $warnMsg is always set before"

This commit is contained in:
jenkins-bot 2014-10-04 17:32:30 +00:00 committed by Gerrit Code Review
commit 2e9caddc98

View file

@ -676,7 +676,7 @@ class AbuseFilterViewEdit extends AbuseFilterView {
Xml::input(
'wpFilterWarnMessageOther',
45,
$warnMsg ? $warnMsg : 'abusefilter-warning-',
$warnMsg,
array( 'id' => 'mw-abusefilter-warn-message-other' ) + $cbReadOnlyAttrib
);