From 3648f9952cdbde96239d833d62b6c0356aff778d Mon Sep 17 00:00:00 2001 From: zotlabs Date: Sun, 24 Sep 2017 17:08:38 -0700 Subject: typo --- Zotlabs/Web/HTTPSig.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Zotlabs') diff --git a/Zotlabs/Web/HTTPSig.php b/Zotlabs/Web/HTTPSig.php index 701c29be5..445ba200b 100644 --- a/Zotlabs/Web/HTTPSig.php +++ b/Zotlabs/Web/HTTPSig.php @@ -189,7 +189,7 @@ class HTTPSig { $x = self::sign($request,$head,$prvkey,$alg); - $headerval = keyId="' . $keyid . '",algorithm="' . $algorithm + $headerval = 'keyId="' . $keyid . '",algorithm="' . $algorithm . '",headers="' . $x['headers'] . '",signature="' . $x['signature'] . '"'; if($crypt_key) { -- cgit v1.2.3