summaryrefslogtreecommitdiff
path: root/roundcubemail/installer
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-03-29 10:21:59 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-03-29 10:21:59 +0000
commit9b85d43fe5f3fdcf6c728513d7667e820acd843f (patch)
tree58f8ec91f8d32412feab3384dceff2642bb0332c /roundcubemail/installer
parent2de4705dc1208885c510f35aa47c0a90ba58278e (diff)
- Fix SMTP test (#1486589)
git-svn-id: https://svn.roundcube.net/trunk@3437 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/installer')
-rw-r--r--roundcubemail/installer/test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/installer/test.php b/roundcubemail/installer/test.php
index daa886441..1495715d5 100644
--- a/roundcubemail/installer/test.php
+++ b/roundcubemail/installer/test.php
@@ -273,7 +273,7 @@ if (isset($_POST['sendmail']) && !empty($_POST['_from']) && !empty($_POST['_to']
$CONFIG['smtp_pass'] = $_POST['_smtp_pass'];
}
- $mail_object = new rcube_mail_mime();
+ $mail_object = new Mail_mime();
$send_headers = $mail_object->headers($headers);
$SMTP = new rcube_smtp();