There was no getNickname() for User_group
This commit is contained in:
parent
4f59abea9a
commit
86fa4f5fe5
@ -93,6 +93,11 @@ class User_group extends Managed_DataObject
|
|||||||
return $this->_profile[$this->profile_id];
|
return $this->_profile[$this->profile_id];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function getNickname()
|
||||||
|
{
|
||||||
|
return $this->getProfile()->getNickname();
|
||||||
|
}
|
||||||
|
|
||||||
public static function defaultLogo($size)
|
public static function defaultLogo($size)
|
||||||
{
|
{
|
||||||
static $sizenames = array(AVATAR_PROFILE_SIZE => 'profile',
|
static $sizenames = array(AVATAR_PROFILE_SIZE => 'profile',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user