Fixes call to undefined variable.
authorStéphane Jacob <sj@m4x.org>
Tue, 3 Aug 2010 14:02:57 +0000 (16:02 +0200)
committerStéphane Jacob <sj@m4x.org>
Fri, 6 Aug 2010 13:18:52 +0000 (15:18 +0200)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
classes/user.php

index 32c3aa1..9b1ee28 100644 (file)
@@ -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