Some removed notices

This commit is contained in:
Michael 2018-08-29 18:04:03 +00:00
parent 2db9b497bd
commit 19abd1a17e
2 changed files with 4 additions and 4 deletions

View file

@ -180,7 +180,7 @@ function ifttt_message($uid, $item)
//$_REQUEST['date'] = $item['date'];
//$_REQUEST['uri'] = $item['url'];
if (strstr($item['url'], 'facebook.com')) {
if (!empty($item['url']) && strstr($item['url'], 'facebook.com')) {
$hash = hash('ripemd128', $item['url']);
$_REQUEST['extid'] = Protocol::FACEBOOK;
$_REQUEST['message_id'] = Item::newURI($uid, Protocol::FACEBOOK . ':' . $hash);