Merge pull request #722 from annando/twitter-notice
And one notice removed for twitter
This commit is contained in:
commit
6237bb78c8
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue