Allow teams to display player lists without team assignment

This commit is contained in:
Brian Miyaji
2016-09-22 13:36:15 +10:00
parent d04ca6f0dd
commit a0b556db06

View File

@@ -402,7 +402,8 @@ class SP_Team extends SP_Custom_Post {
), ),
array( array(
'key' => 'sp_team', 'key' => 'sp_team',
'value' => '0', 'value' => '',
'compare' => 'NOT EXISTS',
), ),
), ),
); );