And one notice removed for twitter

This commit is contained in:
Michael 2018-08-29 12:59:00 +00:00
parent 6f37463ab3
commit 8e5a0f8b17
1 changed files with 1 additions and 1 deletions

View File

@ -1002,7 +1002,7 @@ function twitter_fix_avatar($avatar)
function twitter_fetch_contact($uid, $data, $create_user)
{
if ($data->id_str == "") {
if (empty($data->id_str)) {
return -1;
}