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 61431b3 commit 0b8df3cCopy full SHA for 0b8df3c
src/Controller/FilesController.php
@@ -60,7 +60,7 @@ public function fileAction(Request $request, string $file): BinaryFileResponse
60
61
// Initialize the Contao framework
62
$this->framework->initialize(true);
63
-FilesModel::findById(null);
+
64
// Set the root page for the domain as the pageModel attribute
65
$root = $this->findFirstPublishedRootByHostAndLanguage($request->getHost(), $request->getLocale());
66
0 commit comments