Fix message key for reserved tag

Introduced in I75ce47d247cf6949117370c8c78ab7c6980538f3, the message name
was misspelled in the code and thus the message doesn't show.

Change-Id: Iad515c48035259340c4824d456a14010c977e7a8
This commit is contained in:
Daimona Eaytoy 2018-07-10 01:00:59 +02:00
parent b066abef8c
commit 255e405957

View file

@ -2124,7 +2124,7 @@ class AbuseFilter {
}
if ( $tag === 'abusefilter-condition-limit' ) {
$finalStatus->fatal( 'abusefilter-reserved-tag' );
$finalStatus->fatal( 'abusefilter-tag-reserved' );
return $finalStatus;
}