mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 23:07:39 +02:00
[ticket/12730] Add missing brackets to type_googleplus.php
PHPBB3-12730
This commit is contained in:
@@ -49,7 +49,9 @@ class type_googleplus extends type_string
|
||||
}
|
||||
|
||||
if (!is_numeric($field_value))
|
||||
{
|
||||
$field_value = '+' . $field_value;
|
||||
}
|
||||
|
||||
return $field_value;
|
||||
}
|
||||
|
Reference in New Issue
Block a user