And one notice removed for twitter #722

Merged
annando merged 1 commits from twitter-notice into 2018.08-rc 2018-08-29 15:05:07 +02:00
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) function twitter_fetch_contact($uid, $data, $create_user)
{ {
if ($data->id_str == "") { if (empty($data->id_str)) {
return -1; return -1;
} }