Follow up r102802. Bug 32359
[lhc/web/wiklou.git] / languages / Language.php
index 48fd882..84e9cbd 100644 (file)
@@ -2725,7 +2725,7 @@ class Language {
                        $sign = "";
                        if ( intval( $_ ) < 0 ) {
                                // For negative numbers apply the algorithm like positive number and add sign.
-                               $sign =   $_[0];
+                               $sign =  "-";
                                $_ = substr( $_,1 );
                        }
                        $numberpart = array();