From 9870f78ca89bcdaef894d62be56b05c16d3039e2 Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Mon, 26 Sep 2016 14:48:53 +1000 Subject: [PATCH] Fix player lists not appearing in team edit screen when team set to all --- includes/class-sp-team.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/includes/class-sp-team.php b/includes/class-sp-team.php index ac79996f..3a91486f 100644 --- a/includes/class-sp-team.php +++ b/includes/class-sp-team.php @@ -402,8 +402,7 @@ class SP_Team extends SP_Custom_Post { ), array( 'key' => 'sp_team', - 'value' => '', - 'compare' => 'NOT EXISTS', + 'value' => '0', ), ), );