From 8be1d3dff6b9a94688b6fefa65c0c0a3c3a34214 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Thu, 6 Jan 2011 13:07:51 +0000 Subject: [PATCH] wfEmptyMsg() doesn't require a second parameter anymore --- includes/specials/SpecialRecentchanges.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'] ) { -- 2.20.1