aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-09-24 17:08:38 -0700
committerzotlabs <mike@macgirvin.com>2017-09-24 17:09:25 -0700
commite8a888caabe83170ce879d7043fae188cd0fed16 (patch)
treeeac2c00e72e3812adb5743b39eadf443df9bff1e
parent8b7ab90836ef313e7eaf0a3fd1f29ad8ab1a716c (diff)
downloadvolse-hubzilla-e8a888caabe83170ce879d7043fae188cd0fed16.tar.gz
volse-hubzilla-e8a888caabe83170ce879d7043fae188cd0fed16.tar.bz2
volse-hubzilla-e8a888caabe83170ce879d7043fae188cd0fed16.zip
typo
-rw-r--r--Zotlabs/Web/HTTPSig.php2
1 files changed, 1 insertions, 1 deletions
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) {