projects
/
WP-Plugins
/
glm-member-db-leads.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1abfd5f
)
Make the group id required.
author
Steve Sutton
<steve@gaslightmedia.com>
Mon, 18 Jul 2016 17:59:10 +0000
(13:59 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Mon, 18 Jul 2016 17:59:10 +0000
(13:59 -0400)
This is to prevent them form entering interests that won't be shown
anywhere.
classes/data/dataInterests.php
patch
|
blob
|
history
diff --git
a/classes/data/dataInterests.php
b/classes/data/dataInterests.php
index
b4c5693
..
30842be
100644
(file)
--- 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' =>
fals
e,
+ 'required' =>
tru
e,
'use' => 'a'
),