]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/PublicRSAKey.php
Move System::httpError to BaseModule->httpError
[friendica.git] / src / Module / PublicRSAKey.php
index 810a9210cdbe72f9399590c6a851864065d3bc53..289e5aaa9a19f9d86212915c260a0082ad54f938 100644 (file)
@@ -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'