From: Steve Sutton Date: Mon, 18 Jul 2016 17:59:10 +0000 (-0400) Subject: Make the group id required. X-Git-Tag: v1.0.0^2~17 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=2295317c9e4b00a4d40fb041aad5e673448daf2d;p=WP-Plugins%2Fglm-member-db-leads.git Make the group id required. This is to prevent them form entering interests that won't be shown anywhere. --- diff --git a/classes/data/dataInterests.php b/classes/data/dataInterests.php index b4c5693..30842be 100644 --- a/classes/data/dataInterests.php +++ b/classes/data/dataInterests.php @@ -131,7 +131,7 @@ class GlmDataInterests extends GlmDataAbstract 'p_orderby' => 'title', 'p_blank' => true, 'force_list' => true, - 'required' => false, + 'required' => true, 'use' => 'a' ),