Another renamed function

This commit is contained in:
Michael 2018-10-03 15:50:21 +00:00
parent 8841519c0d
commit 78a7e130ae
2 changed files with 3 additions and 3 deletions

View file

@ -53,7 +53,7 @@ function profile_init(App $a)
if (ActivityPub::isRequest()) {
$user = DBA::selectFirst('user', ['uid'], ['nickname' => $which]);
if (DBA::isResult($user)) {
$data = ActivityPub\Transmitter::profile($user['uid']);
$data = ActivityPub\Transmitter::getProfile($user['uid']);
echo json_encode($data);
header('Content-Type: application/activity+json');
exit();