We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 459a7f8 commit 6962181Copy full SHA for 6962181
src/Controller/InternalController.php
@@ -51,7 +51,7 @@ public function updateMetadataAction(Request $req): Response
51
throw new \RuntimeException('Failed gzencoding '.$contents);
52
}
53
54
- $path = $this->metadataDir . '/' . $path;
+ $path = $this->metadataDir . '/' . $path.'.gz';
55
file_put_contents($path.'.tmp', $gzipped);
56
touch($path.'.tmp', $filemtime);
57
rename($path.'.tmp', $path);
0 commit comments