Browse Source

debug vars

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

+ 1 - 1
zimbraSingle.php

@@ -110,7 +110,7 @@ function zimbraSingle_ChangePackage($params)
 
 function zimbraSingle_ConfigOptions()
 {
-    global $whmcs;
+    $whmcs = App::self();
     $response = zimbraSingleConfigOptions($whmcs);
     if($response) {
         return $response;