From 0aaf30dd6ede6c4d720f43146f3f441418566cc0 Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Wed, 4 Dec 2019 14:48:07 +0000 Subject: [PATCH] authimap : add spaces arround => git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@5784 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- authimap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }