From e987db1d460e16fb84b73d8df0a718eeaecac679 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Mon, 29 Mar 2010 06:21:59 -0400
Subject: [PATCH] - Fix SMTP test (#1486589)
---
installer/test.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/installer/test.php b/installer/test.php
index daa8864..1495715 100644
--- a/installer/test.php
+++ b/installer/test.php
@@ -273,7 +273,7 @@
$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();
--
Gitblit v1.9.1