function ( $member = null ) {
$packagingIndexPage = GLM_MEMBERS_PACKAGING_PLUGIN_ADMIN_URL . '?page=glm-members-admin-menu-packaging-index&glm_action=index';
$packagesTable = GLM_MEMBERS_PACKAGING_PLUGIN_DB_PREFIX . "packages";
+ $packagingMemberEditPage = GLM_MEMBERS_PLUGIN_ADMIN_MENU_URL_BASE.'member&glm_action=packaging&option=edit';
$packagingEditPage = GLM_MEMBERS_PLUGIN_ADMIN_MENU_URL_BASE.'member&glm_action=packaging&option=edit';
/*
'table' => $packagesTable,
'fields' => "id, title as name, image",
'where' => 'title',
- 'resultUrl' => $packagingEditPage,
+ 'resultUrl' => $packagingIndexPage . "&option=edit",
],
'active' => [
'title' => "Active Packages",