Main first/lastnames should be ordinary names.
authorStéphane Jacob <sj@m4x.org>
Thu, 27 Oct 2011 08:35:52 +0000 (10:35 +0200)
committerStéphane Jacob <sj@m4x.org>
Thu, 27 Oct 2011 08:35:52 +0000 (10:35 +0200)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
classes/profile.php

index d46b864..3f28654 100644 (file)
@@ -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()