Fix minutes not displaying in box score
This commit is contained in:
@@ -143,8 +143,8 @@ if ( ! isset( $subs ) ) $subs = array();
|
||||
endif;
|
||||
|
||||
if ( 'number' === $format ):
|
||||
$value = floatval( $value );
|
||||
$totals[ $key ] += $value;
|
||||
$add = floatval( $value );
|
||||
$totals[ $key ] += $add;
|
||||
endif;
|
||||
endif;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user