mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-11 11:13:59 +02:00
[ticket/12730] Use string template for Google+ CPF instead of a new one
PHPBB3-12730
This commit is contained in:
@@ -53,4 +53,12 @@ class type_googleplus extends type_string
|
||||
|
||||
return $field_value;
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
public function get_template_filename()
|
||||
{
|
||||
return 'profilefields/string.html';
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user