Sfoglia il codice sorgente

bugfix UsageUpdate

andre 2 anni fa
parent
commit
984d193edf
1 ha cambiato i file con 8 aggiunte e 0 eliminazioni
  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);