Browse Source

bugfixing

andre 5 years ago
parent
commit
64c55dd9c0
1 changed files with 7 additions and 0 deletions
  1. 7 0
      zimbraSingle.inc

+ 7 - 0
zimbraSingle.inc

@@ -31,6 +31,13 @@ function zimbraSingleGetAccess()
         $idSelector = 'id';
     }
     $id = $whmcs->get_req_var('id');
+    logModuleCall(
+        'zimbrasingle',
+        __FUNCTION__,
+        $idSelector,
+        "Debug",
+        $id
+    );
     $serverGroupID = $whmcs->get_req_var('servergroup');
     if($id) {
         $serverIDObj = Capsule::table('tblhosting')