X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=include%2Fclass_mail-methods-sendmail-cyrus.inc;h=8bb8d73be5ba14f57060d9f12b34dacfd8f0ca3c;hb=b6ceb3ba053010e9a0559d2569e29c229bafeeaa;hp=f8cb7c3de3b8fe6abedcf29285d6e7cb68f2037f;hpb=c2c6a6e54355a1b67c25bb4d761d847513810d02;p=gosa.git diff --git a/include/class_mail-methods-sendmail-cyrus.inc b/include/class_mail-methods-sendmail-cyrus.inc index f8cb7c3de..8bb8d73be 100644 --- a/include/class_mail-methods-sendmail-cyrus.inc +++ b/include/class_mail-methods-sendmail-cyrus.inc @@ -17,12 +17,11 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -require_once("class_mail-methods-cyrus.inc"); class mailMethodSendmailCyrus extends mailMethodCyrus { - function mailMethodSendmailCyrus($config) + function mailMethodSendmailCyrus(&$config) { $this->config= $config->data['SERVERS']['IMAP']; }