X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FAccountManagementControlDocument.php;h=4f015e45b28b4b1264e726c29b779b982a4c1998;hb=e1863951986ba5be173758324a00652bc5af870c;hp=ddd22dc3df18d8c9cf467020eb6eec38be162b6a;hpb=054c301ef0345c4ff9f35cfd08717757eab17b9d;p=friendica.git diff --git a/src/Module/AccountManagementControlDocument.php b/src/Module/AccountManagementControlDocument.php index ddd22dc3df..4f015e45b2 100644 --- a/src/Module/AccountManagementControlDocument.php +++ b/src/Module/AccountManagementControlDocument.php @@ -1,6 +1,6 @@ 1, @@ -78,7 +79,6 @@ class AccountManagementControlDocument extends BaseModule ], ]; - echo json_encode($output); - exit(); + System::jsonExit($output); } }