Aleksander Machniak
2013-05-06 187cf5e1cdee87fb1d26599f93202222bb7b8a4b
program/lib/Roundcube/rcube_smtp.php
@@ -119,7 +119,7 @@
        }
        // try to connect to server and exit on failure
        $result = $this->conn->connect($smtp_timeout);
        $result = $this->conn->connect($CONFIG['smtp_timeout']);
        if (PEAR::isError($result)) {
            $this->response[] = "Connection failed: ".$result->getMessage();