mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 18:19:22 +03:00
Fix mailto lowercase
This commit is contained in:
parent
5d6ca00687
commit
25624c280d
2 changed files with 2 additions and 2 deletions
|
|
@ -797,7 +797,7 @@ class Actions
|
|||
{
|
||||
\RainLoop\Utils::SetCookie(self::AUTH_MAILTO_TOKEN_KEY,
|
||||
\RainLoop\Utils::EncodeKeyValues(array(
|
||||
'Time' => microtime(true),
|
||||
'Time' => \microtime(true),
|
||||
'MailTo' => 'MailTo',
|
||||
'To' => $sTo
|
||||
)), 0, '/', null, null, true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue