From e6c1e0c6383ae4b138080bcfa033e13f9576ecad Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Tue, 31 Mar 2015 16:05:27 +0200 Subject: Fix vpopmaild driver of password plugin --- plugins/password/drivers/vpopmaild.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') 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; } -- cgit v1.2.3