Browse Source

insert logging

andre 2 years ago
parent
commit
9fa38c62a5
1 changed files with 1 additions and 2 deletions
  1. 1 2
      app/Http/Actions/TestConnection.php

+ 1 - 2
app/Http/Actions/TestConnection.php

@@ -59,13 +59,12 @@ class TestConnection extends AddonController
              */
             $connection = $api->soap->getConnection();
 
-
         logModuleCall(
             'kerioEmail',
             __FUNCTION__,
             $connection,
             'Debug SOAP Response',
-            $params
+            $api
         );
 
             /**