authimap : add spaces arround =>

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@5784 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2019-12-04 14:48:07 +00:00
parent 0a23061fd5
commit 0aaf30dd6e

View File

@@ -43,7 +43,7 @@ class authimap extends auth
$imap = new imap ($this->imapServer, $this->imapPort, $imap = new imap ($this->imapServer, $this->imapPort,
$email, $password, $email, $password,
$this->imapSSL, $this->imapSSLCheckCertificates); $this->imapSSL, $this->imapSSLCheckCertificates);
$this->details = array ("email"=>$email); $this->details = array ("email" => $email);
// Let the throw Exception be catched by the parent // Let the throw Exception be catched by the parent
return true; return true;
} }