Bladeren bron

small fix

andre 5 jaren geleden
bovenliggende
commit
d390344c35
1 gewijzigde bestanden met toevoegingen van 2 en 1 verwijderingen
  1. 2 1
      zimbraSingle.php

+ 2 - 1
zimbraSingle.php

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