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 @@
1216
1216
if ( $size == 0 ) {
1217
1217
$stxt = wfMsgExt( 'historyempty', 'parsemag' );
1218
1218
} else {
1219
+ global $wgLang;
1219
1220
$stxt = wfMsgExt( 'nbytes', 'parsemag', $wgLang->formatNum( $size ) );
1220
1221
$stxt = "($stxt)";
1221
1222
}
Status & tagging log
15:29, 12 September 2011
Meno25
(
talk
|
contribs
)
changed the
status
of r37660
[
removed:
ok
added:
old]