projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b97ecb9
)
Fixes call to undefined variable.
author
Stéphane Jacob
<sj@m4x.org>
Tue, 3 Aug 2010 14:02:57 +0000
(16:02 +0200)
committer
Sté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
patch
|
blob
|
blame
|
history
diff --git
a/classes/user.php
b/classes/user.php
index
32c3aa1
..
9b1ee28
100644
(file)
--- 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