1
0
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:
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;
}