There was an error while loading. Please reload this page.
1 parent 4e81148 commit 59e1a4cCopy full SHA for 59e1a4c
1 file changed
src/Controller/ImageController.php
@@ -35,7 +35,7 @@ public function thumbnail(Request $request, string $paramString, string $filenam
35
}
36
37
try {
38
- $filename = PathCanonicalize::canonicalize($this->getPath($request), $filename);
+ PathCanonicalize::canonicalize($this->getPath($request), $filename);
39
} catch (Exception) {
40
return $this->sendErrorImage();
41
0 commit comments