[ticket/12910] Set get_name for Google+ fields

PHPBB3-12910
This commit is contained in:
Shitiz Garg 2014-08-03 18:25:08 +05:30
parent c991b1d587
commit 79cccebc6e

View file

@ -15,6 +15,14 @@ namespace phpbb\profilefields\type;
class type_googleplus extends type_string
{
/**
* {@inheritDoc}
*/
public function get_name()
{
return $this->user->lang('FIELD_GOOGLEPLUS');
}
/**
* {@inheritDoc}
*/