diff --git a/includes/class-sp-player-list.php b/includes/class-sp-player-list.php index adad6b57..9f2655d0 100644 --- a/includes/class-sp-player-list.php +++ b/includes/class-sp-player-list.php @@ -526,7 +526,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, 0 ) + $placeholder; endif; endforeach;