From: Stéphane Jacob Date: Tue, 3 Aug 2010 14:02:57 +0000 (+0200) Subject: Fixes call to undefined variable. X-Git-Tag: xorg/1.0.1~287 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=a85562a09dcfa5833eef53a1e27b773f706d6919;p=platal.git Fixes call to undefined variable. Signed-off-by: Stéphane Jacob --- 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