We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c33509e + e4176ac commit 797e19fCopy full SHA for 797e19f
1 file changed
src/WAC.php
@@ -36,7 +36,7 @@ public function addWACHeaders($request, $response, $webId) {
36
$wacHeaders[] = "public=\"$publicGrants\"";
37
}
38
39
- $response = $response->withHeader("Link", '<.acl>; rel="acl"');
+ $response = $response->withAddedHeader("Link", '<.acl>; rel="acl"');
40
$response = $response->withHeader("WAC-Allow", implode(",", $wacHeaders));
41
$this->filesystem->getAdapter()->setFormat($currentFormat);
42
return $response;
0 commit comments