mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-11-24 06:03:49 +00:00
code cleanup: $warnMsg is always set before
removes wrong typed never used alternative value Change-Id: Ica747fd0904605f5415d763c8f8e00ac55a79053
This commit is contained in:
parent
84c6f81682
commit
30fbaf5012
|
@ -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
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue