diff --git a/plugins/change-password-hestia/driver.php b/plugins/change-password-hestia/driver.php index d177123b8..4ffa0a1c0 100644 --- a/plugins/change-password-hestia/driver.php +++ b/plugins/change-password-hestia/driver.php @@ -47,7 +47,7 @@ class ChangePasswordHestiaDriver $this->oLogger->Write("Hestia: Try to change password for {$oAccount->Email()}"); - $sHost = $this->oConfig->Get('plugin', 'hestia_login'); + $sHost = $this->oConfig->Get('plugin', 'hestia_host'); $sPort = $this->oConfig->Get('plugin', 'hestia_port'); $HTTP = \SnappyMail\HTTP\Request::factory();