andre 5 years ago
parent
commit
67473ab495
1 changed files with 7 additions and 0 deletions
  1. 7 0
      zimbraSingle.php

+ 7 - 0
zimbraSingle.php

@@ -263,6 +263,13 @@ function zimbraSingle_UsageUpdate($params) {
         }
         }
         $mbox = get_object_vars($response);
         $mbox = get_object_vars($response);
         $mboxSize = $mbox['S'];
         $mboxSize = $mbox['S'];
+        logModuleCall(
+            'zimbrasingle',
+            __FUNCTION__,
+            $product,
+            "Debug",
+            $mbox
+        );
         Capsule::table('tblhosting')
         Capsule::table('tblhosting')
             ->where('id', '=', $product['id'])
             ->where('id', '=', $product['id'])
             ->update(
             ->update(