From: Stéphane Jacob Date: Tue, 10 May 2011 19:47:35 +0000 (+0200) Subject: Fixes call to static function (missing self::). X-Git-Tag: xorg/1.1.2~1^2~7 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=cb8b79453edde16b7ad7a556807ed9c970deaf74;p=platal.git Fixes call to static function (missing self::). Signed-off-by: Stéphane Jacob --- diff --git a/classes/user.php b/classes/user.php index a0daff6..7ede56b 100644 --- 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.