andre hace 5 años
padre
commit
9352a2a05b
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      zimbraSingle.php

+ 2 - 1
zimbraSingle.php

@@ -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;
     }