r37660 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r37659‎ | r37660 | r37661 >
Date:19:34, 14 July 2008
Author:ialex
Status:old
Tags:
Comment:
Fatal error: Call to a member function formatNum() on a non-object in includes/Linker.php on line 1218
Modified paths:
  • /trunk/phase3/includes/Linker.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Linker.php
@@ -1215,6 +1215,7 @@
12161216 if ( $size == 0 ) {
12171217 $stxt = wfMsgExt( 'historyempty', 'parsemag' );
12181218 } else {
 1219+ global $wgLang;
12191220 $stxt = wfMsgExt( 'nbytes', 'parsemag', $wgLang->formatNum( $size ) );
12201221 $stxt = "($stxt)";
12211222 }

Status & tagging log