r65195 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r65194‎ | r65195 | r65196 >
Date:22:23, 17 April 2010
Author:platonides
Status:ok
Tags:
Comment:
Follow up r65194. Typo.
Modified paths:
  • /trunk/extensions/CentralNotice/SpecialCentralNotice.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CentralNotice/SpecialCentralNotice.php
@@ -186,7 +186,7 @@
187187 $project_name = $wgRequest->getVal( 'project_name' );
188188 $project_language = $wgRequest->getVal( 'wpUserLanguage' );
189189 if ( $noticeName == '' ) {
190 - $wgOut->addWikiwfMsg ( 'centralnotice-null-string' );
 190+ $wgOut->addWikiMsg ( 'centralnotice-null-string' );
191191 }
192192 else {
193193 $this->addNotice( $noticeName, '0', $start, $project_name, $project_language );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r65194Follow up r65190 with more wfMsg changes.platonides21:57, 17 April 2010

Status & tagging log