]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/PublicRSAKey.php
Merge remote-tracking branch 'upstream/develop' into user-defined-channels
[friendica.git] / src / Module / PublicRSAKey.php
index fb1eeeb2782deb99bb6cc1cc76a1cbf18e64be30..289e5aaa9a19f9d86212915c260a0082ad54f938 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
  *
@@ -45,7 +45,7 @@ class PublicRSAKey extends BaseModule
                        throw new BadRequestException();
                }
 
-               System::httpExit(
+               $this->httpExit(
                        Salmon::salmonKey($user['spubkey']),
                        Response::TYPE_BLANK,
                        'application/magic-public-key'