mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/12730] Add missing brackets to type_googleplus.php
PHPBB3-12730
This commit is contained in:
parent
b516da649f
commit
474dc57782
1 changed files with 2 additions and 0 deletions
|
@ -49,7 +49,9 @@ class type_googleplus extends type_string
|
|||
}
|
||||
|
||||
if (!is_numeric($field_value))
|
||||
{
|
||||
$field_value = '+' . $field_value;
|
||||
}
|
||||
|
||||
return $field_value;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue