From 8e5a0f8b179ff4639502f81b40147829f7d3475c Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 29 Aug 2018 12:59:00 +0000 Subject: [PATCH] And one notice removed for twitter --- twitter/twitter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twitter/twitter.php b/twitter/twitter.php index bc81144f..8b716649 100644 --- a/twitter/twitter.php +++ b/twitter/twitter.php @@ -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; }