summaryrefslogtreecommitdiff
path: root/plugins/password/drivers/vpopmaild.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/password/drivers/vpopmaild.php')
-rw-r--r--plugins/password/drivers/vpopmaild.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/password/drivers/vpopmaild.php b/plugins/password/drivers/vpopmaild.php
index 90fce02c5..bc0c8f9da 100644
--- a/plugins/password/drivers/vpopmaild.php
+++ b/plugins/password/drivers/vpopmaild.php
@@ -33,7 +33,7 @@ class rcube_vpopmaild_password
$host = $rcmail->config->get('password_vpopmaild_host');
$port = $rcmail->config->get('password_vpopmaild_port');
- $result = $vpopmaild->connect($hostname, $port, null);
+ $result = $vpopmaild->connect($host, $port, null);
if (is_a($result, 'PEAR_Error')) {
return PASSWORD_CONNECT_ERROR;
}