X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FAccountManagementControlDocument.php;h=527fef063fba9633ab290ee12d49f2484e0d1304;hb=3bca4fe2a64671d09e08346456cdfa6c12f996e9;hp=8de9e80afb874b6321d65b1a43569c1d7427733c;hpb=b67c10812ab962d1ec05cd8c9e256c503d64ca60;p=friendica.git diff --git a/src/Module/AccountManagementControlDocument.php b/src/Module/AccountManagementControlDocument.php index 8de9e80afb..527fef063f 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(); + $this->jsonExit($output); } }