From 19a5b83bbd693f357d6f81b90f2c4fcdcbe7550e Mon Sep 17 00:00:00 2001 From: Christian Beeznest Date: Thu, 12 Dec 2024 07:05:38 -0500 Subject: [PATCH] Minor: Used correct path for resources files --- src/CoreBundle/Controller/Admin/AdminController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CoreBundle/Controller/Admin/AdminController.php b/src/CoreBundle/Controller/Admin/AdminController.php index 1257f9d1743..5e061203141 100644 --- a/src/CoreBundle/Controller/Admin/AdminController.php +++ b/src/CoreBundle/Controller/Admin/AdminController.php @@ -67,7 +67,7 @@ public function listFilesInfo(Request $request, ResourceFileRepository $resource $fileUrls[$file->getId()] = null; $creator = null; } - $filePaths[$file->getId()] = '/upload/resources'.$this->resourceNodeRepository->getFilename($file); + $filePaths[$file->getId()] = '/upload/resource'.$this->resourceNodeRepository->getFilename($file); } return $this->render('@ChamiloCore/Admin/files_info.html.twig', [