aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-12-04 08:57:07 +0100
committerMario Vavti <mario@mariovavti.com>2017-12-04 08:57:07 +0100
commita79b268438b242eac02d75130d03fde88d6949cd (patch)
tree5ae5a4734f044c2676c102fd30314f2273b980ea
parent5c12b56e87982be11ae8cb1f10182d354db47fa7 (diff)
downloadvolse-hubzilla-a79b268438b242eac02d75130d03fde88d6949cd.tar.gz
volse-hubzilla-a79b268438b242eac02d75130d03fde88d6949cd.tar.bz2
volse-hubzilla-a79b268438b242eac02d75130d03fde88d6949cd.zip
fix typo in HTTPSig
-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 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)