diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-12-04 08:57:07 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-12-04 08:57:07 +0100 |
commit | a79b268438b242eac02d75130d03fde88d6949cd (patch) | |
tree | 5ae5a4734f044c2676c102fd30314f2273b980ea /Zotlabs/Web | |
parent | 5c12b56e87982be11ae8cb1f10182d354db47fa7 (diff) | |
download | volse-hubzilla-a79b268438b242eac02d75130d03fde88d6949cd.tar.gz volse-hubzilla-a79b268438b242eac02d75130d03fde88d6949cd.tar.bz2 volse-hubzilla-a79b268438b242eac02d75130d03fde88d6949cd.zip |
fix typo in HTTPSig
Diffstat (limited to 'Zotlabs/Web')
-rw-r--r-- | Zotlabs/Web/HTTPSig.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Web/HTTPSig.php b/Zotlabs/Web/HTTPSig.php index 1c66b8cf4..9a8c23a9b 100644 --- a/Zotlabs/Web/HTTPSig.php +++ b/Zotlabs/Web/HTTPSig.php @@ -237,7 +237,7 @@ class HTTPSig { $fields = '(request-target)'; } - if(head) { + if($head) { foreach($head as $k => $v) { $headers .= strtolower($k) . ': ' . trim($v) . "\n"; if($fields) |