From 750f63db6924070b018145ba76a5b16bcf0a133c Mon Sep 17 00:00:00 2001 From: Vincent Zanotti Date: Mon, 11 Aug 2008 01:04:24 +0200 Subject: [PATCH] Switches to the User version of _default_user_callback in ListModule's no_login_callback. Signed-off-by: Vincent Zanotti --- modules/lists.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/lists.php b/modules/lists.php index 78ad170..ba34cd7 100644 --- a/modules/lists.php +++ b/modules/lists.php @@ -578,7 +578,7 @@ class ListsModule extends PLModule } else { list($name, $dom) = @explode('@', $login); if ($dom == $globals->mail->domain || $dom == $globals->mail->domain2) { - _default_user_callback($login); + User::_default_user_callback($login); } } } -- 2.1.4