Kaynağa Gözat

debug nextcloud option

andre 4 yıl önce
ebeveyn
işleme
3c1e3034b8
1 değiştirilmiş dosya ile 7 ekleme ve 0 silme
  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'])