aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/phpbb/profilefields/type/type_googleplus.php12
1 files changed, 2 insertions, 10 deletions
diff --git a/phpBB/phpbb/profilefields/type/type_googleplus.php b/phpBB/phpbb/profilefields/type/type_googleplus.php
index 37ec0dd999..49fa557fab 100644
--- a/phpBB/phpbb/profilefields/type/type_googleplus.php
+++ b/phpBB/phpbb/profilefields/type/type_googleplus.php
@@ -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';
- }
}