From ca696c51b44951976e645dd44fe68e7d4ef75108 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 19 Oct 2018 15:14:12 -0400 Subject: [PATCH] fixing the add button link for the dashboard summary widget --- setup/adminHooks.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/adminHooks.php b/setup/adminHooks.php index ff2d673..330a0cf 100644 --- a/setup/adminHooks.php +++ b/setup/adminHooks.php @@ -154,7 +154,7 @@ add_filter( 'status' => $fSave['status'], ); - $contactsIndexPage = GLM_MEMBERS_CONTACTS_PLUGIN_ADMIN_URL . '?page=glm-members-admin-menu-contacts-index&glm_action=edit'; + $contactsIndexPage = GLM_MEMBERS_CONTACTS_PLUGIN_ADMIN_URL . '?page=glm-members-admin-menu-contacts&glm_action=index'; $contactsTable = GLM_MEMBERS_CONTACTS_PLUGIN_DB_PREFIX . "contacts"; $contactsEditPage = GLM_MEMBERS_PLUGIN_ADMIN_MENU_URL_BASE.'contacts-index&glm_action=list&option=edit'; $contactsListPage = GLM_MEMBERS_CONTACTS_PLUGIN_ADMIN_URL . '?page=glm-members-admin-menu-contacts-list'; -- 2.17.1