瀏覽代碼

debug vars

andre 5 年之前
父節點
當前提交
bb05c3fed6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      zimbraSingle.php

+ 1 - 1
zimbraSingle.php

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