mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 10:09:20 +03:00
Remove extra space
Signed-off-by: Akhil <akhil@e.email>
This commit is contained in:
parent
0c9e4717a3
commit
022bf430ff
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ class PdoAddressBook
|
||||||
$aDrivers = static::getAvailableDrivers();
|
$aDrivers = static::getAvailableDrivers();
|
||||||
return \is_array($aDrivers) && \in_array($this->settings->driver, $aDrivers);
|
return \is_array($aDrivers) && \in_array($this->settings->driver, $aDrivers);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function SetEmail(string $sEmail) : bool
|
public function SetEmail(string $sEmail) : bool
|
||||||
{
|
{
|
||||||
$this->iUserID = $this->getUserId($sEmail);
|
$this->iUserID = $this->getUserId($sEmail);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue