]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Admin/Summary.php
Issue-9358 (now for real) commenting and updating on contact now work
[friendica.git] / src / Module / Admin / Summary.php
index ad84bb6ab62fa67105125d077a8c96eac837cc0b..a130c483939c30814fbb048198207c407b337fe0 100644 (file)
@@ -246,7 +246,7 @@ class Summary extends BaseAdmin
        private static function checkSelfHostMeta()
        {
                // Fetch the host-meta to check if this really is a vital server
-               return DI::httpRequest()->curl(DI::baseUrl()->get() . '/.well-known/host-meta')->isSuccess();
+               return DI::httpRequest()->get(DI::baseUrl()->get() . '/.well-known/host-meta')->isSuccess();
        }
 
 }