]> git.mxchange.org Git - friendica.git/commitdiff
Update src/Module/Magic.php
authorPascal <38765483+abanink@users.noreply.github.com>
Fri, 5 May 2023 13:58:38 +0000 (15:58 +0200)
committerGitHub <noreply@github.com>
Fri, 5 May 2023 13:58:38 +0000 (15:58 +0200)
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
src/Module/Magic.php

index 639d0810dc33d6a9dcd7340db612cf64b69ae91d..0f710b6a0ba46f8b003e2d42ff00508b580b6c09 100644 (file)
@@ -140,7 +140,7 @@ class Magic extends BaseModule
 
                        $accept_headers = ['application/x-dfrn+json', 'application/x-zot+json'];
                        $header = [
-                               'Accept'                  => $accept_headers, // ['application/x-dfrn+json', 'application/x-zot+json'],
+                               'Accept'         => $accept_headers,
                                'X-Open-Web-Auth' => [Strings::getRandomHex()],
                        ];