Fix player performance displaying empty rows

This commit is contained in:
Brian Miyaji
2015-01-21 23:50:25 +11:00
parent 2ad1a7b003
commit 8e9c986481

View File

@@ -338,7 +338,7 @@ class SP_Player extends SP_Custom_Post {
$team_name = '<a href="' . $team_permalink . '">' . $team_name . '</a>'; $team_name = '<a href="' . $team_permalink . '">' . $team_name . '</a>';
endif; endif;
else: else:
$team_name = '&mdash;'; continue;
endif; endif;
// Add season name to row // Add season name to row