Fix player lists not appearing in team edit screen when team set to all

This commit is contained in:
Brian Miyaji
2016-09-26 14:48:53 +10:00
parent 03539703a2
commit 9870f78ca8

View File

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