Fix fatal errors caused by PR 8019

This commit is contained in:
Michael 2019-12-30 01:17:16 +00:00
parent 03038e7a3b
commit 74f4637ff3
6 changed files with 6 additions and 6 deletions

View file

@ -1847,7 +1847,7 @@ class OStatus
}
$item["uri"] = $item['parent-uri'] = $item['thr-parent']
= 'tag:' . DI::baseUrl()->getHostname()().
= 'tag:' . DI::baseUrl()->getHostname().
','.date('Y-m-d').':'.$action.':'.$owner['uid'].
':person:'.$connect_id.':'.$item['created'];