Jelajahi Sumber

bugfix UsageUpdate

andre 2 tahun lalu
induk
melakukan
984d193edf
1 mengubah file dengan 8 tambahan dan 0 penghapusan
  1. 8 0
      kerioEmail.php

+ 8 - 0
kerioEmail.php

@@ -85,6 +85,14 @@ function KerioEmail_UsageUpdate(array $params)
 {
     require_once __DIR__ . DIRECTORY_SEPARATOR . 'core' . DIRECTORY_SEPARATOR . 'App' . DIRECTORY_SEPARATOR . 'AppContext.php';
     
+    logModuleCall(
+        'kerioEmail',
+        __FUNCTION__,
+        $params,
+        'Debug Usage',
+        'Test1'
+    );
+
     $appContext = new AppContext();    
     
     return $appContext->runApp(__FUNCTION__, $params);