Should be zero

This commit is contained in:
Brian Miyaji
2016-12-07 17:24:17 +11:00
parent 20bc2267bc
commit 34923f3a3d

View File

@@ -500,7 +500,7 @@ class SP_Player_List extends SP_Custom_Post {
endif; endif;
if ( $placeholder ): if ( $placeholder ):
$placeholders[ $player_id ][ $stat->post_name ] = sp_array_value( $placeholders[ $player_id ], $stat->post_name, '' ) + $placeholder; $placeholders[ $player_id ][ $stat->post_name ] = sp_array_value( $placeholders[ $player_id ], $stat->post_name, 0 ) + $placeholder;
endif; endif;
endforeach; endforeach;