fix typo in HTTPSig

This commit is contained in:
Mario Vavti 2017-12-04 08:57:07 +01:00
parent 5c12b56e87
commit a79b268438

View File

@ -237,7 +237,7 @@ class HTTPSig {
$fields = '(request-target)'; $fields = '(request-target)';
} }
if(head) { if($head) {
foreach($head as $k => $v) { foreach($head as $k => $v) {
$headers .= strtolower($k) . ': ' . trim($v) . "\n"; $headers .= strtolower($k) . ': ' . trim($v) . "\n";
if($fields) if($fields)