From: Alexandre Emsenhuber Date: Thu, 6 Jan 2011 13:07:51 +0000 (+0000) Subject: wfEmptyMsg() doesn't require a second parameter anymore X-Git-Tag: 1.31.0-rc.0~32768 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=8be1d3dff6b9a94688b6fefa65c0c0a3c3a34214;p=lhc%2Fweb%2Fwiklou.git wfEmptyMsg() doesn't require a second parameter anymore --- diff --git a/includes/specials/SpecialRecentchanges.php b/includes/specials/SpecialRecentchanges.php index c012beca38..2f13fe590a 100644 --- a/includes/specials/SpecialRecentchanges.php +++ b/includes/specials/SpecialRecentchanges.php @@ -671,7 +671,7 @@ class SpecialRecentChanges extends IncludableSpecialPage { $options = $nondefaults + $defaults; $note = ''; - if( !wfEmptyMsg( 'rclegend', wfMsg('rclegend') ) ) { + if( !wfEmptyMsg( 'rclegend' ) ) { $note .= '
' . wfMsgExt( 'rclegend', array('parseinline') ) . "
\n"; } if( $options['from'] ) {