projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65eb838
)
Update mail config
author
Duck (Jakob Munih)
<duck@obala.net>
Mon, 19 Oct 2009 14:49:13 +0000
(16:49 +0200)
committer
Duck (Jakob Munih)
<duck@obala.net>
Mon, 19 Oct 2009 14:49:13 +0000
(16:49 +0200)
folks/lib/Folks.php
patch
|
blob
|
history
diff --git
a/folks/lib/Folks.php
b/folks/lib/Folks.php
index
44e8fea
..
92bca09
100644
(file)
--- 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());
}
/**