Browse Source

try to get connectiontest running

andre 2 years ago
parent
commit
e9b89fb8e4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      api/class/KerioApiSocket.php

+ 1 - 1
api/class/KerioApiSocket.php

@@ -248,7 +248,7 @@ class KerioApiSocket implements KerioApiSocketInterface {
         logModuleCall(
         logModuleCall(
             'kerioEmail',
             'kerioEmail',
             __FUNCTION__,
             __FUNCTION__,
-            $this->hostname,
+            $this,
             'Debug Kerio Api 1',
             'Debug Kerio Api 1',
             gethostbyname($this->hostname)
             gethostbyname($this->hostname)
         );
         );