aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/phpbb/profilefields/type/type_googleplus.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/phpbb/profilefields/type/type_googleplus.php b/phpBB/phpbb/profilefields/type/type_googleplus.php
index a58aa6a97f..32c3e77f12 100644
--- a/phpBB/phpbb/profilefields/type/type_googleplus.php
+++ b/phpBB/phpbb/profilefields/type/type_googleplus.php
@@ -49,7 +49,9 @@ class type_googleplus extends type_string
}
if (!is_numeric($field_value))
+ {
$field_value = '+' . $field_value;
+ }
return $field_value;
}