Merge branch 'develop-ascraeus' into develop

* develop-ascraeus:
  [ticket/12910] Set get_name for Google+ fields
This commit is contained in:
Joas Schilling 2014-08-06 23:28:10 +02:00
commit 61bc6c4c67

View file

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