From 7d7c05737f67f1af9f63642bd3396f3d9434fbe0 Mon Sep 17 00:00:00 2001 From: RainLoop Team Date: Fri, 14 Mar 2014 02:55:14 +0400 Subject: [PATCH] Small fix --- .../HmailserverChangePasswordDriver.php | 2 +- plugins/hmailserver-change-password/VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/hmailserver-change-password/HmailserverChangePasswordDriver.php b/plugins/hmailserver-change-password/HmailserverChangePasswordDriver.php index 8abc08489..a735df710 100644 --- a/plugins/hmailserver-change-password/HmailserverChangePasswordDriver.php +++ b/plugins/hmailserver-change-password/HmailserverChangePasswordDriver.php @@ -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); diff --git a/plugins/hmailserver-change-password/VERSION b/plugins/hmailserver-change-password/VERSION index 9f8e9b69a..b123147e2 100644 --- a/plugins/hmailserver-change-password/VERSION +++ b/plugins/hmailserver-change-password/VERSION @@ -1 +1 @@ -1.0 \ No newline at end of file +1.1 \ No newline at end of file