Small fix

This commit is contained in:
RainLoop Team 2014-03-14 02:55:14 +04:00
parent 35240ecff0
commit 7d7c05737f
2 changed files with 2 additions and 2 deletions

View file

@ -98,7 +98,7 @@ class HmailserverChangePasswordDriver implements \RainLoop\Providers\ChangePassw
$oHmailApp = new COM("hMailServer.Application");
$oHmailApp->Connect();
if ($this->oBaseApp->Authenticate($this->sLogin, $this->sPassword))
if ($oHmailApp->Authenticate($this->sLogin, $this->sPassword))
{
$sEmail = $oHmailAccount->Email();
$sDomain = \MailSo\Base\Utils::GetDomainFromEmail($sEmail);

View file

@ -1 +1 @@
1.0
1.1