Update mail config
authorDuck (Jakob Munih) <duck@obala.net>
Mon, 19 Oct 2009 14:49:13 +0000 (16:49 +0200)
committerDuck (Jakob Munih) <duck@obala.net>
Mon, 19 Oct 2009 14:49:13 +0000 (16:49 +0200)
folks/lib/Folks.php

index 44e8fea..92bca09 100644 (file)
@@ -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());
     }
 
     /**