projects
/
WP-Plugins
/
glm-member-db-assets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49761bb
)
removing list action from valid actions
author
Anthony Talarico
<talarico@gaslightmedia.com>
Fri, 9 Mar 2018 15:45:54 +0000
(10:45 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Fri, 9 Mar 2018 15:45:54 +0000
(10:45 -0500)
list action doesn't appear to be necessary with the index router, removing it
setup/validActions.php
patch
|
blob
|
history
diff --git
a/setup/validActions.php
b/setup/validActions.php
index
b0917b9
..
f3f4656
100644
(file)
--- a/
setup/validActions.php
+++ b/
setup/validActions.php
@@
-71,8
+71,7
@@
$glmMembersAssetsAddOnValidActions = array(
),
'frontActions' => array(
'assets' => array(
- 'index' => GLM_MEMBERS_ASSETS_PLUGIN_SLUG,
- 'list' => GLM_MEMBERS_ASSETS_PLUGIN_SLUG
+ 'index' => GLM_MEMBERS_ASSETS_PLUGIN_SLUG
),
)
);