From: Anthony Talarico Date: Fri, 19 Oct 2018 19:14:12 +0000 (-0400) Subject: fixing the add button link for the dashboard summary widget X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=ca696c51b44951976e645dd44fe68e7d4ef75108;p=WP-Plugins%2Fglm-member-db-contacts.git fixing the add button link for the dashboard summary widget --- 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';