andre 5 anni fa
parent
commit
d390344c35
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      zimbraSingle.php

+ 2 - 1
zimbraSingle.php

@@ -757,7 +757,8 @@ function zimbraSingle_ServiceSingleSignOn($params) {
         );
         return $domainOptions->getMessage();
     }
-    $preAuthKey = $domainOptions['zimbraPreAuthKey'];    $apiAccountManager = new Zm_Account($api);
+    $preAuthKey = $domainOptions['zimbraPreAuthKey'];
+    $apiAccountManager = new Zm_Account($api);
     $accountInfo = $apiAccountManager->getAccountInfo($params['username']);
     if(is_a($accountInfo, 'Exception')) {
         logModuleCall(