Admin url should be the index action.
So then it will list out pending events.
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-list";
+ $eventList = GLM_MEMBERS_EVENTS_PLUGIN_ADMIN_URL ."?page=glm-members-admin-menu-events-index";
$smarty->templateAssign( 'notify_message', $notify_message);
$smarty->templateAssign( 'location', 'Member Events' );
$smarty->templateAssign( 'member', $member );