From 34923f3a3d67d411dbac128597b12cb1e692b389 Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Wed, 7 Dec 2016 17:24:17 +1100 Subject: [PATCH] Should be zero --- includes/class-sp-player-list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/class-sp-player-list.php b/includes/class-sp-player-list.php index 114238e5..256b2cba 100644 --- a/includes/class-sp-player-list.php +++ b/includes/class-sp-player-list.php @@ -500,7 +500,7 @@ class SP_Player_List extends SP_Custom_Post { endif; 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; endforeach;