Fixes call to static function (missing self::).
authorStéphane Jacob <sj@m4x.org>
Tue, 10 May 2011 19:47:35 +0000 (21:47 +0200)
committerSté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

index a0daff6..7ede56b 100644 (file)
@@ -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.