Make tests happy

This commit is contained in:
Michael 2019-12-05 06:46:00 +00:00
parent 4e77321be8
commit 043df55bc5
1 changed files with 1 additions and 1 deletions

View File

@ -5177,7 +5177,7 @@ function api_share_as_retweet(&$item)
$reshared_item["author-name"] = $reshared['author'];
$reshared_item["author-link"] = $reshared['profile'];
$reshared_item["author-avatar"] = $reshared['avatar'];
$reshared_item["plink"] = $reshared['link'];
$reshared_item["plink"] = $reshared['link'] ?? '';
$reshared_item["created"] = $reshared['posted'];
$reshared_item["edited"] = $reshared['posted'];