projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d522f92
)
Fixes call to static function (missing self::).
author
Stéphane Jacob
<sj@m4x.org>
Tue, 10 May 2011 19:47:35 +0000
(21:47 +0200)
committer
Stéphane Jacob
<sj@m4x.org>
Tue, 10 May 2011 19:47:35 +0000
(21:47 +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
a0daff6
..
7ede56b
100644
(file)
--- a/
classes/user.php
+++ b/
classes/user.php
@@
-777,7
+777,7
@@
class User extends PlUser
$this->forlifeEmail(), $newuser->id());
// Reftech new user so its forlifeEmail will be correct.
- $newuser = getSilentWithUID($newuser->id());
+ $newuser =
self::
getSilentWithUID($newuser->id());
}
// Change email used in mailing lists.