From: Steve Sutton Date: Fri, 2 Dec 2016 19:18:26 +0000 (-0500) Subject: Send admin to the main coupon admin page. X-Git-Tag: v1.0.0^2~11 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=fdf8d0571866f7231f98532506e38c25aff19f13;p=WP-Plugins%2Fglm-member-db-coupons.git Send admin to the main coupon admin page. This way they get list of pending coupons. --- diff --git a/classes/helper/notification.php b/classes/helper/notification.php index f8cb44c..0eaebcd 100644 --- a/classes/helper/notification.php +++ b/classes/helper/notification.php @@ -162,7 +162,7 @@ class GlmMembersAdmin_coupon_notification extends GlmDataMembers require GLM_MEMBERS_PLUGIN_SETUP_PATH.'/standardTemplateParams.php'; $viewFile = 'admin/coupons/ownerEmail.html'; - $couponList = GLM_MEMBERS_EVENTS_PLUGIN_ADMIN_URL ."?page=glm-members-admin-menu-coupons-list"; + $couponList = GLM_MEMBERS_EVENTS_PLUGIN_ADMIN_URL ."?page=glm-members-admin-menu-coupons-index"; $smarty->templateAssign( 'notify_message', $notify_message); $smarty->templateAssign( 'location', 'Member Coupons' ); $smarty->templateAssign( 'member', $member );