Merge branch 'group-autocomplete' into 'nightly'
Fix !group autocomplete "Call to undefined method User_group::getFullname" See merge request !108
This commit is contained in:
commit
fae9e27365
@ -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