diff --git a/authimap.php b/authimap.php index d6c6c06..2e288c3 100644 --- a/authimap.php +++ b/authimap.php @@ -43,7 +43,7 @@ class authimap extends auth $imap = new imap ($this->imapServer, $this->imapPort, $email, $password, $this->imapSSL, $this->imapSSLCheckCertificates); - $this->details = array ("email"=>$email); + $this->details = array ("email" => $email); // Let the throw Exception be catched by the parent return true; }