From: Ævar Arnfjörð Bjarmason Date: Tue, 28 Jun 2005 17:05:23 +0000 (+0000) Subject: * Using wfMsgForContent() rather than wfMsg() for getting msg:ipboptions X-Git-Tag: 1.5.0beta2~153 X-Git-Url: https://git.cyclocoop.org/admin/?a=commitdiff_plain;h=a13f33d971162e55a3145512442e194abc0b5c78;p=lhc%2Fweb%2Fwiklou.git * Using wfMsgForContent() rather than wfMsg() for getting msg:ipboptions --- diff --git a/includes/SpecialBlockip.php b/includes/SpecialBlockip.php index ea0cd046ef..4d60cdc91b 100644 --- a/includes/SpecialBlockip.php +++ b/includes/SpecialBlockip.php @@ -75,7 +75,7 @@ class IPBlockForm { $scBlockExpiry = htmlspecialchars( $this->BlockExpiry ); $scBlockReason = htmlspecialchars( $this->BlockReason ); $scBlockOtherTime = htmlspecialchars( $this->BlockOther ); - $scBlockExpiryOptions = htmlspecialchars( wfMsg( 'ipboptions' ) ); + $scBlockExpiryOptions = htmlspecialchars( wfMsgForContent( 'ipboptions' ) ); $showblockoptions = $scBlockExpiryOptions != '-'; if (!$showblockoptions)