andre 5 жил өмнө
parent
commit
931f4100b4

+ 2 - 2
zimbraSingle.php

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