X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FAccountManagementControlDocument.php;h=4f015e45b28b4b1264e726c29b779b982a4c1998;hb=c1686c486c8fcb4f94f89df869ae72509f3583fe;hp=ddd22dc3df18d8c9cf467020eb6eec38be162b6a;hpb=befc2af5043a3afde251721c0d27df695db1bb7e;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); } }