fix issues

This commit is contained in:
Diogo Cordeiro 2018-08-02 07:36:28 +01:00
parent 7ce112471d
commit cfc4eece38

View File

@ -140,10 +140,10 @@ class ActivityPubPlugin extends Plugin
try {
return Activitypub_notice::create_notice(
ActivityPub_explorer::get_profile_from_url($res['attributedTo']),
$res->id,
$res->url,
$res->content,
$res->cc,
$res['id'],
$res['url'],
$res['content'],
$res['cc'],
$settings
);
} catch (Exception $e) {