mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-09 01:17:04 +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');
|
throw new \InvalidArgumentException('Empty Email argument');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$this->SyncDatabase();
|
||||||
|
|
||||||
$oStmt = $this->prepareAndExecute('SELECT id_user FROM rainloop_users WHERE rl_email = :rl_email',
|
$oStmt = $this->prepareAndExecute('SELECT id_user FROM rainloop_users WHERE rl_email = :rl_email',
|
||||||
array(
|
array(
|
||||||
':rl_email' => array($sEmail, \PDO::PARAM_STR)
|
':rl_email' => array($sEmail, \PDO::PARAM_STR)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue