]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/AccountManagementControlDocument.php
Merge pull request #13599 from Raroun/Fix_for_Pull_Request_#13596_missing_a_hidden...
[friendica.git] / src / Module / AccountManagementControlDocument.php
index 82997161d16cbbdef1850a12512227fdf3547009..19cb4582265e4e7d3d5c28445317dbc9c01b3eab 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, 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);
        }
 }