@@ -111,7 +111,8 @@ function zimbraSingle_ChangePackage($params)
function zimbraSingle_ConfigOptions()
{
$whmcs = App::self();
- $response = zimbraSingleConfigOptions($whmcs->get_req_var('pid'));
+ $servergroup = $whmcs->get_req_var('servergroup');
+ $response = zimbraSingleConfigOptions($servergroup);
if($response) {
return $response;
}