r90514 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r90513‎ | r90514 | r90515 >
Date:08:04, 21 June 2011
Author:ialex
Status:ok
Tags:
Comment:
Changed wfMsgReal() to wfMsg()
Modified paths:
  • /trunk/extensions/ScanSet/ScanSet_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ScanSet/ScanSet_body.php
@@ -273,7 +273,7 @@
274274 function doError( $msg /*, ...*/) {
275275 $args = func_get_args();
276276 array_shift( $args );
277 - $this->text .= "<p>" . wfMsgReal( 'scanset_' . $msg, $args, true ) . "</p>";
 277+ $this->text .= "<p>" . wfMsg( 'scanset_' . $msg, $args ) . "</p>";
278278 }
279279
280280 /**

Status & tagging log