From 2a683f7ff213da0d2a2fdd26f88b2025394c91d6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Mon, 22 Feb 2010 15:03:54 +0100 Subject: [PATCH] Ooops. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Jacob --- classes/pluser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/pluser.php b/classes/pluser.php index 862ea9d..bd111ba 100644 --- a/classes/pluser.php +++ b/classes/pluser.php @@ -381,7 +381,7 @@ abstract class PlUser * @param $lasttname User's lastname * return STRING the corresponding username */ - public static function makeUsername($firstname, $lastname) + public static function makeUserName($firstname, $lastname) { return self::stripBadChars($firstname) . '.' . self::stripBadChars($lastname); } -- 2.1.4