From: Michael Date: Wed, 29 Aug 2018 12:59:00 +0000 (+0000) Subject: And one notice removed for twitter X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8e5a0f8b179ff4639502f81b40147829f7d3475c;p=friendica-addons.git And one notice removed for twitter --- 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; }