[ticket/12730] Add missing brackets to type_googleplus.php

PHPBB3-12730
This commit is contained in:
Shitiz Garg 2014-06-20 17:24:03 +05:30
parent b516da649f
commit 474dc57782

View file

@ -49,7 +49,9 @@ class type_googleplus extends type_string
}
if (!is_numeric($field_value))
{
$field_value = '+' . $field_value;
}
return $field_value;
}