|
@@ -26,7 +26,7 @@ function zimbraSingleGetAccess()
|
|
|
$whmcs = App::self();
|
|
$whmcs = App::self();
|
|
|
$serverGroupID = $whmcs->get_req_var('servergroup');
|
|
$serverGroupID = $whmcs->get_req_var('servergroup');
|
|
|
$action = $whmcs->get_req_var('action');
|
|
$action = $whmcs->get_req_var('action');
|
|
|
- if($action == 'module-settings') {
|
|
|
|
|
|
|
+ if(($action == 'module-settings') || ($action == 'ConfigOptions')) {
|
|
|
$productID = $whmcs->get_req_var('id');
|
|
$productID = $whmcs->get_req_var('id');
|
|
|
$serverGroupIDObj = Capsule::table('tblproducts')
|
|
$serverGroupIDObj = Capsule::table('tblproducts')
|
|
|
->select('servergroup')
|
|
->select('servergroup')
|