From 1b1631b5308956fa3fd591962c418845b9933629 Mon Sep 17 00:00:00 2001 From: Diogo Cordeiro Date: Thu, 2 Aug 2018 02:16:45 +0100 Subject: [PATCH] Redundant command removed --- actions/inbox/Create.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/inbox/Create.php b/actions/inbox/Create.php index ae11923..1da047f 100755 --- a/actions/inbox/Create.php +++ b/actions/inbox/Create.php @@ -54,7 +54,7 @@ if (isset($res->longitude)) { try { Activitypub_notice::create_notice( - ActivityPub_explorer::get_profile_from_url($data->actor), + $actor_profile, $res->id, $res->url, $res->content,