From 27eaf4a84869c2e2a31f0bfdbc1d893b7b7a5e97 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 9 Mar 2018 10:45:54 -0500 Subject: [PATCH] removing list action from valid actions list action doesn't appear to be necessary with the index router, removing it --- setup/validActions.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup/validActions.php b/setup/validActions.php index b0917b9..f3f4656 100644 --- 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 ), ) ); -- 2.17.1