mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 15:27:42 +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))
|
if (!is_numeric($field_value))
|
||||||
|
{
|
||||||
$field_value = '+' . $field_value;
|
$field_value = '+' . $field_value;
|
||||||
|
}
|
||||||
|
|
||||||
return $field_value;
|
return $field_value;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user