andre 2 лет назад
Родитель
Сommit
cf2947d4da
1 измененных файлов с 9 добавлено и 0 удалено
  1. 9 0
      core/Helper/UpdateLimit.php

+ 9 - 0
core/Helper/UpdateLimit.php

@@ -73,6 +73,15 @@ class UpdateLimit
      * @return bool
      */
     public function updateBWLimit(int $serviceID, int $bwLimitValue) {
+
+        logModuleCall(
+            'kerioEmail',
+            __FUNCTION__,
+            $serverID,
+            'Debug Usage Limits',
+            $bwLimitValue
+        );
+
         try {
             $usage = Capsule::table('tblhosting')
                 ->where('server', $serverId)