mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 12:39:20 +03:00
Resolve #418
This commit is contained in:
parent
51411d300a
commit
5c93adde3b
1 changed files with 2 additions and 0 deletions
|
|
@ -1423,6 +1423,8 @@ SQLITEINITIAL;
|
|||
throw new \InvalidArgumentException('Empty Email argument');
|
||||
}
|
||||
|
||||
$this->SyncDatabase();
|
||||
|
||||
$oStmt = $this->prepareAndExecute('SELECT id_user FROM rainloop_users WHERE rl_email = :rl_email',
|
||||
array(
|
||||
':rl_email' => array($sEmail, \PDO::PARAM_STR)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue