From 22a56b6956a10602b09d345d4cd98477b1280266 Mon Sep 17 00:00:00 2001 From: "Duck (Jakob Munih)" Date: Mon, 19 Oct 2009 16:49:13 +0200 Subject: [PATCH] Update mail config --- folks/lib/Folks.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/folks/lib/Folks.php b/folks/lib/Folks.php index 44e8fea38..92bca09f2 100644 --- a/folks/lib/Folks.php +++ b/folks/lib/Folks.php @@ -247,9 +247,7 @@ class Folks { } } - list($mail_driver, $mail_params) = Horde::getMailerConfig(); - - return $mail->send($mail_driver, $mail_params); + return $mail->send(Horde::getMailerConfig()); } /** -- 2.11.0