aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-08-06 23:27:44 +0200
committerJoas Schilling <nickvergessen@gmx.de>2014-08-06 23:27:44 +0200
commit0328bc38a478415d3eff74c50b15daa901266f12 (patch)
tree334f70c1ef93c9b6881a102aa98cdd12daa79b9b
parent243ca3ae828730286d0c98ac0671592c22a1edce (diff)
parent79cccebc6e93e4e7f1231ad8797e8a94e3033a46 (diff)
downloadforums-0328bc38a478415d3eff74c50b15daa901266f12.tar
forums-0328bc38a478415d3eff74c50b15daa901266f12.tar.gz
forums-0328bc38a478415d3eff74c50b15daa901266f12.tar.bz2
forums-0328bc38a478415d3eff74c50b15daa901266f12.tar.xz
forums-0328bc38a478415d3eff74c50b15daa901266f12.zip
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
-rw-r--r--phpBB/phpbb/profilefields/type/type_googleplus.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/phpBB/phpbb/profilefields/type/type_googleplus.php b/phpBB/phpbb/profilefields/type/type_googleplus.php
index df1bcc7f4b..887baa3de1 100644
--- a/phpBB/phpbb/profilefields/type/type_googleplus.php
+++ b/phpBB/phpbb/profilefields/type/type_googleplus.php
@@ -18,6 +18,14 @@ class type_googleplus extends type_string
/**
* {@inheritDoc}
*/
+ public function get_name()
+ {
+ return $this->user->lang('FIELD_GOOGLEPLUS');
+ }
+
+ /**
+ * {@inheritDoc}
+ */
public function get_service_name()
{
return 'profilefields.type.googleplus';