getFullname function on Profile class
No need to fix it for User since we shouldn't use that mostly.
This commit is contained in:
parent
d7d96806a4
commit
7601e10b6a
@ -1380,6 +1380,11 @@ class Profile extends Managed_DataObject
|
|||||||
return $this->nickname;
|
return $this->nickname;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function getFullname()
|
||||||
|
{
|
||||||
|
return $this->fullname;
|
||||||
|
}
|
||||||
|
|
||||||
public function getDescription()
|
public function getDescription()
|
||||||
{
|
{
|
||||||
return $this->bio;
|
return $this->bio;
|
||||||
|
Loading…
Reference in New Issue
Block a user