Browse Source

debug vars

andre 5 years ago
parent
commit
a537624cb9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      zimbraSingle.php

+ 1 - 1
zimbraSingle.php

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