Browse Source

enable logging

andre 2 years ago
parent
commit
0092eaa4a7
1 changed files with 2 additions and 1 deletions
  1. 2 1
      app/Libs/Zimbra/Components/Api/Soap/Actions/Account.php

+ 2 - 1
app/Libs/Zimbra/Components/Api/Soap/Actions/Account.php

@@ -75,7 +75,8 @@ class Account extends AbstractAction
         ];
 
         $result = $this->connection->request("AddAccountAliasRequest", $params);
-
+        $this->setLastResult($result);
+        
         logModuleCall(
             'zimbraEmail',
             __FUNCTION__,