mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/12730] Switch service name to googleplus for type_googleplus
PHPBB3-12730
This commit is contained in:
parent
83966a575b
commit
985dbd4482
1 changed files with 2 additions and 10 deletions
|
@ -18,9 +18,9 @@ class type_googleplus extends type_string
|
|||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
public function get_name_short()
|
||||
public function get_service_name()
|
||||
{
|
||||
return 'googleplus';
|
||||
return 'profilefields.type.googleplus';
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -55,12 +55,4 @@ class type_googleplus extends type_string
|
|||
|
||||
return $field_value;
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
public function get_template_filename()
|
||||
{
|
||||
return 'profilefields/string.html';
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue