r89663 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r89662‎ | r89663 | r89664 >
Date:17:34, 7 June 2011
Author:foxtrott
Status:deferred
Tags:
Comment:
small fixes (parameter to message log)
Modified paths:
  • /trunk/extensions/SemanticGlossary/SpecialSemanticGlossaryBrowser.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticGlossary/SpecialSemanticGlossaryBrowser.php
@@ -109,7 +109,7 @@
110110 }
111111
112112 // From here on no more errors should occur. Create list of errors.
113 - $errorsFragment = $this->mMessages->getMessagesFormatted( LingoMessageLog::MESSAGE_NOTICE );
 113+ $errorsFragment = $this->mMessages->getMessagesFormatted( LingoMessageLog::MESSAGE_NOTICE, wfMsg( 'semanticglossary-messageheader' ) );
114114
115115 if ( $errorsFragment ) {
116116 $errorsFragment .= Html::rawElement( 'hr' );