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