Fix mailto lowercase

This commit is contained in:
RainLoop Team 2014-08-15 11:23:37 +04:00
parent 5d6ca00687
commit 25624c280d
2 changed files with 2 additions and 2 deletions

View file

@ -745,7 +745,7 @@ class ServiceActions
$oAccount = $this->oActions->GetAccountFromSignMeToken();
if ($oAccount)
{
$this->oActions->SetMailtoRequest(\MailSo\Base\Utils::StrToLowerIfAscii($sTo));
$this->oActions->SetMailtoRequest($sTo);
}
}