Fix !group autocomplete
"Call to undefined method User_group::getFullname"
This commit is contained in:
parent
c67b89e56b
commit
54da2526ed
|
@ -105,6 +105,11 @@ class User_group extends Managed_DataObject
|
||||||
return $this->getProfile()->getNickname();
|
return $this->getProfile()->getNickname();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function getFullname()
|
||||||
|
{
|
||||||
|
return $this->getProfile()->getFullname();
|
||||||
|
}
|
||||||
|
|
||||||
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…
Reference in New Issue
Block a user