diff --git a/classes/Profile.php b/classes/Profile.php index a944d5b4d2..480606890d 100644 --- a/classes/Profile.php +++ b/classes/Profile.php @@ -1380,6 +1380,11 @@ class Profile extends Managed_DataObject return $this->nickname; } + public function getFullname() + { + return $this->fullname; + } + public function getDescription() { return $this->bio;