There was an error while loading. Please reload this page.
2 parents 8529621 + 943e46e commit f1d2ab9Copy full SHA for f1d2ab9
1 file changed
apps/dav/lib/Connector/Sabre/AddExtraHeadersPlugin.php
@@ -55,8 +55,6 @@ private function afterPut(RequestInterface $request, ResponseInterface $response
55
}
56
57
if (!$node instanceof Node) {
58
- $nodeType = get_debug_type($node);
59
- $this->logger->error("Cannot set extra headers for node of type {$nodeType} for file '{$request->getPath()}'");
60
return;
61
62
0 commit comments