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:
mmn 2016-02-26 12:30:19 +00:00
commit fae9e27365
1 changed files with 5 additions and 0 deletions

View File

@ -105,6 +105,11 @@ class User_group extends Managed_DataObject
return $this->getProfile()->getNickname();
}
public function getFullname()
{
return $this->getProfile()->getFullname();
}
public static function defaultLogo($size)
{
static $sizenames = array(AVATAR_PROFILE_SIZE => 'profile',