From a85562a09dcfa5833eef53a1e27b773f706d6919 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Tue, 3 Aug 2010 16:02:57 +0200 Subject: [PATCH] Fixes call to undefined variable. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Jacob --- classes/user.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/user.php b/classes/user.php index 32c3aa1..9b1ee28 100644 --- a/classes/user.php +++ b/classes/user.php @@ -676,7 +676,7 @@ class User extends PlUser } $mmlist = new MMList($this); - $mmlist->kill($alias, $clearAll); + $mmlist->kill($this->hruid, $clearAll); } // Merge all infos in other user and then clean this one -- 2.1.4