瀏覽代碼

small fix

andre 5 年之前
父節點
當前提交
d390344c35
共有 1 個文件被更改,包括 2 次插入1 次删除
  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(