From 99165275f373c178b8d4548589faecc42cc716ab Mon Sep 17 00:00:00 2001 From: nobody Date: Fri, 15 Oct 2021 18:43:40 -0700 Subject: [PATCH] typo in function name --- Zotlabs/Web/HTTPSig.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zotlabs/Web/HTTPSig.php b/Zotlabs/Web/HTTPSig.php index 12adbfa78..16d770159 100644 --- a/Zotlabs/Web/HTTPSig.php +++ b/Zotlabs/Web/HTTPSig.php @@ -452,7 +452,7 @@ class HTTPSig { if ($x) { $key['hubloc'] = $x[0]; } - $key['algorithm'] = getxconfig($i['hash'],'system','signing_algorithm'); + $key['algorithm'] = get_xconfig($i['hash'],'system','signing_algorithm'); } } }