projects
/
WP-Plugins
/
glm-member-db.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7cc0394
)
Finally solved. (sure)
author
Chuck Scott
<cscott@gaslightmedia.com>
Mon, 11 May 2015 19:10:27 +0000
(15:10 -0400)
committer
Chuck Scott
<cscott@gaslightmedia.com>
Mon, 11 May 2015 19:10:27 +0000
(15:10 -0400)
models/admin/member/memberInfo.php
patch
|
blob
|
history
diff --git
a/models/admin/member/memberInfo.php
b/models/admin/member/memberInfo.php
index
48c7dd9
..
95735c3
100644
(file)
--- a/
models/admin/member/memberInfo.php
+++ b/
models/admin/member/memberInfo.php
@@
-471,7
+471,7
@@
class GlmMembersAdmin_member_memberInfo extends GlmDataMemberInfo
} // For each category being submitted
// Otherwise if this is a submission and there's no categories submitted, so make sure there's none stored
- } elseif (isset($_REQUEST['
glm_action'])
) {
+ } elseif (isset($_REQUEST['
option']) && $_REQUEST['option'] == 'submit'
) {
$CategoryMemberInfo->clearMemberInfoCategories($memberInfoID);
}