Fix player loop for displaying minutes in box score

This commit is contained in:
Brian Miyaji
2016-09-14 19:22:31 +10:00
parent c4eb3d7640
commit ac265b4804

View File

@@ -175,7 +175,7 @@ class SP_Event extends SP_Custom_Post{
if ( empty( $team_timeline ) ) continue;
foreach ( $players as $player => $player_performance ):
if ( ! $player_id ) continue;
if ( ! $player ) continue;
// Get player timeline
$player_timeline = sp_array_value( $team_timeline, $player, array() );