From 5d2e154665e15340124ba6725f1116c217f15599 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Thu, 27 Oct 2011 10:35:52 +0200 Subject: [PATCH] Main first/lastnames should be ordinary names. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Jacob --- classes/profile.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/classes/profile.php b/classes/profile.php index d46b864..3f28654 100644 --- a/classes/profile.php +++ b/classes/profile.php @@ -356,7 +356,7 @@ class Profile implements PlExportable public function firstName() { - return $this->firstname; + return $this->firstname_ordinary; } public function firstNames() @@ -366,7 +366,7 @@ class Profile implements PlExportable public function lastName() { - return $this->lastname; + return $this->lastname_ordinary; } public function lastNames() -- 2.1.4