Merge pull request #722 from annando/twitter-notice

And one notice removed for twitter
pull/724/head
Tobias Diekershoff 2018-08-29 15:05:06 +02:00 committed by GitHub
commit 6237bb78c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;
}