aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Web
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-09-24 17:08:38 -0700
committerzotlabs <mike@macgirvin.com>2017-09-24 17:08:38 -0700
commit3648f9952cdbde96239d833d62b6c0356aff778d (patch)
tree9871818a3bee3f410b2e4950c631cecca3ec15e6 /Zotlabs/Web
parent866dc9a9b3ca1cd98fc032afe0aec14ccdb86ba0 (diff)
downloadvolse-hubzilla-3648f9952cdbde96239d833d62b6c0356aff778d.tar.gz
volse-hubzilla-3648f9952cdbde96239d833d62b6c0356aff778d.tar.bz2
volse-hubzilla-3648f9952cdbde96239d833d62b6c0356aff778d.zip
typo
Diffstat (limited to 'Zotlabs/Web')
-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) {