andre 5 år sedan
förälder
incheckning
73f5199d83
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      zimbraSingle.php

+ 2 - 2
zimbraSingle.php

@@ -108,10 +108,10 @@ function zimbraSingle_ChangePackage($params)
     return 'Error changing package';
     return 'Error changing package';
 }
 }
 
 
-function zimbraSingle_ConfigOptions()
+function zimbraSingle_ConfigOptions($pid)
 {
 {
     global $whmcs;
     global $whmcs;
-    $response = zimbraSingleConfigOptions($whmcs);
+    $response = zimbraSingleConfigOptions($pid);
     if($response) {
     if($response) {
         return $response;
         return $response;
     }
     }