Ver Fonte

debug nextcloud option

andre há 4 anos atrás
pai
commit
3c1e3034b8
1 ficheiros alterados com 7 adições e 0 exclusões
  1. 7 0
      zimbraSingle.php

+ 7 - 0
zimbraSingle.php

@@ -263,6 +263,13 @@ function zimbraSingle_UsageUpdate($params) {
             continue;
         }
         $mboxSize = $mboxInfo['S'];
+        logModuleCall(
+            'zimbrasingle',
+            __FUNCTION__,
+            $mboxSize,
+            $product['id'],
+            $accountQuota
+        );
         try {
             Capsule::table('tblhosting')
                 ->where('id', '=', $product['id'])