Fixed confusion in the valid actions "ajax" array.
authorChuck Scott <cscott@gaslightmedia.com>
Tue, 14 Jun 2016 19:30:37 +0000 (15:30 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Tue, 14 Jun 2016 19:30:37 +0000 (15:30 -0400)
setup/validActions.php

index 59ee01f..be7b0f0 100644 (file)
@@ -33,9 +33,8 @@
 $glmMembersValidActions = array(
     'adminActions' => array(
         'ajax' => array(
-                'imageUpload' => 'glm-member-db',
-                'newOldMemberIdsCsv' => 'glm-member-db'
             'imageUpload' => 'glm-member-db',
+            'newOldMemberIdsCsv' => 'glm-member-db'
         ),
         'dashboardWidget' => array(
             'index' => 'glm-member-db',