Update activitiypub.extend.php
This commit is contained in:
parent
f8a8f51b21
commit
0add8a416b
|
@ -448,8 +448,8 @@ class _GNUBOARD_ActivityPub {
|
||||||
$params = array(
|
$params = array(
|
||||||
"mb_id" => $_GET['mb_id']
|
"mb_id" => $_GET['mb_id']
|
||||||
);
|
);
|
||||||
|
|
||||||
$mb = get_member($_GET['mb_id']);
|
$mb = get_member($params['mb_id']);
|
||||||
return activitypub_json_encode(array("following" => activitypub_get_following($mb)));
|
return activitypub_json_encode(array("following" => activitypub_get_following($mb)));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user