r115608 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r115607
|
r115608
|
r115609
>
Date:
23:06, 11 July 2012
Author:
dasch
Status:
deferred
Tags:
Comment:
intval to prevent errors
Modified paths:
/trunk/extensions/FormatNum/FormatNum.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/FormatNum/FormatNum.php
—
—
@@ -41,6 +41,7 @@
42
42
if ( $param4 == '_' ){
43
43
$param4 = ' ';
44
44
}
45
+ $param2 = intval($param2);
45
46
$output = number_format( $param1, $param2, $param3, $param4 );
46
47
switch ($param4) {
47
48
case 't':
Status & tagging log
14:57, 11 October 2012
😂
(
talk
|
contribs
)
changed the
status
of r115608
[
removed:
new
added:
deferred]