From 07a85e79bda7e28fb55be125f7663cc7fd30fe3b Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Fri, 17 Dec 2010 10:12:30 +0100 Subject: [PATCH 1/1] Wrong UFC. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Jacob --- modules/xnetgrp/mail.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/xnetgrp/mail.inc.php b/modules/xnetgrp/mail.inc.php index eadeb16..f3ca3e9 100644 --- a/modules/xnetgrp/mail.inc.php +++ b/modules/xnetgrp/mail.inc.php @@ -36,7 +36,7 @@ function get_all_redirects($membres, $mls, &$client) foreach ($mls as $ml) { if (list(,$members) = $client->get_members($ml)) { foreach ($members as $mem) { - $uf = new UserFilter(new UFC_Mail($mem[1])); + $uf = new UserFilter(new UFC_Email($mem[1])); $user = $uf->getUsers(); if ($user) { $tos[] = $user; -- 2.1.4