mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
Merge pull request #2795 from Dragooon/ticket/12910
[ticket/12910] Set get_name for Google+ fields * Dragooon/ticket/12910: [ticket/12910] Set get_name for Google+ fields
This commit is contained in:
commit
0328bc38a4
1 changed files with 8 additions and 0 deletions
|
@ -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}
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue