]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/AccountManagementControlDocument.php
New user account type "Channel Relay"
[friendica.git] / src / Module / AccountManagementControlDocument.php
index 4f015e45b28b4b1264e726c29b779b982a4c1998..527fef063fba9633ab290ee12d49f2484e0d1304 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -79,6 +79,6 @@ class AccountManagementControlDocument extends BaseModule
                        ],
                ];
 
-               System::jsonExit($output);
+               $this->jsonExit($output);
        }
 }