forked from GNUsocial/gnu-social
		
	There was no getNickname() for User_group
This commit is contained in:
		@@ -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',
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user