X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=include%2Freminder%2Fml.inc.php;h=c5ee8104518ebbd2d5c96535d41b9ba2ca1a6ecc;hb=5c36f3450982d120a623b22d5f689d38a8819d2f;hp=2bb8ba32c06ea5eead441f6534c2454ee4a05d38;hpb=3a77181b93cc846112d26556f83d811f4fc3060f;p=platal.git diff --git a/include/reminder/ml.inc.php b/include/reminder/ml.inc.php index 2bb8ba3..c5ee810 100644 --- a/include/reminder/ml.inc.php +++ b/include/reminder/ml.inc.php @@ -39,7 +39,7 @@ class ReminderMl extends Reminder if ($domain != $current_domain) { $current_domain = $domain; } - $client = new MMList(S::v('uid'), S::v('password'), $domain); + $client = new MMList(S::user(), $domain); $client->subscribe($sub); } } @@ -72,7 +72,7 @@ class ReminderMl extends Reminder while (list($sub, $domain) = $res->next()) { if ($current_domain != $domain) { $current_domain = $domain; - $client = new MMList(S::v('uid'), S::v('password'), $domain); + $client = new MMList(S::user(), $domain); } list($details, ) = $client->get_members($sub); $lists["$sub@$domain"] = $details;