Finally solved. (sure)
authorChuck Scott <cscott@gaslightmedia.com>
Mon, 11 May 2015 19:10:27 +0000 (15:10 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Mon, 11 May 2015 19:10:27 +0000 (15:10 -0400)
models/admin/member/memberInfo.php

index 48c7dd9..95735c3 100644 (file)
@@ -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);
             }