From: Steve Sutton Date: Mon, 5 Dec 2016 20:42:21 +0000 (-0500) Subject: Update admin url X-Git-Tag: v1.5.8^2~5 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=b77b9786eedb044d5ac9cc301c5c19b7d8e5427b;p=WP-Plugins%2Fglm-member-db-events.git Update admin url Need to goto the list not the index action --- diff --git a/classes/helper/notification.php b/classes/helper/notification.php index 003aab0..db1c2ce 100644 --- a/classes/helper/notification.php +++ b/classes/helper/notification.php @@ -162,7 +162,7 @@ class GlmMembersAdmin_event_notification extends GlmDataMembers require GLM_MEMBERS_PLUGIN_SETUP_PATH.'/standardTemplateParams.php'; $viewFile = 'admin/events/ownerEmail.html'; - $eventList = GLM_MEMBERS_EVENTS_PLUGIN_ADMIN_URL ."?page=glm-members-admin-menu-events-index"; + $eventList = GLM_MEMBERS_EVENTS_PLUGIN_ADMIN_URL ."?page=glm-members-admin-menu-events-list"; $smarty->templateAssign( 'notify_message', $notify_message); $smarty->templateAssign( 'location', 'Member Events' ); $smarty->templateAssign( 'member', $member );