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:
8bd6d2e
)
Fixed confusion in the valid actions "ajax" array.
author
Chuck Scott
<cscott@gaslightmedia.com>
Tue, 14 Jun 2016 19:30:37 +0000
(15:30 -0400)
committer
Chuck Scott
<cscott@gaslightmedia.com>
Tue, 14 Jun 2016 19:30:37 +0000
(15:30 -0400)
setup/validActions.php
patch
|
blob
|
history
diff --git
a/setup/validActions.php
b/setup/validActions.php
index
59ee01f
..
be7b0f0
100644
(file)
--- a/
setup/validActions.php
+++ b/
setup/validActions.php
@@
-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',