aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/profilefields
diff options
context:
space:
mode:
authorShitiz Garg <mail@dragooon.net>2014-06-21 01:54:15 +0530
committerShitiz Garg <mail@dragooon.net>2014-06-21 03:35:19 +0530
commit985dbd448272315e75a071d628209852a62a19c8 (patch)
tree5a6d125a1562dc24db990ead92ee2ae52909ed79 /phpBB/phpbb/profilefields
parent83966a575bfac025bd74e193abad3ceade92b4ae (diff)
downloadforums-985dbd448272315e75a071d628209852a62a19c8.tar
forums-985dbd448272315e75a071d628209852a62a19c8.tar.gz
forums-985dbd448272315e75a071d628209852a62a19c8.tar.bz2
forums-985dbd448272315e75a071d628209852a62a19c8.tar.xz
forums-985dbd448272315e75a071d628209852a62a19c8.zip
[ticket/12730] Switch service name to googleplus for type_googleplus
PHPBB3-12730
Diffstat (limited to 'phpBB/phpbb/profilefields')
-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';
- }
}