Skip to content

Commit

Permalink
Minor: Used correct path for resources files
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbeeznest committed Dec 12, 2024
1 parent db594c2 commit 19a5b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CoreBundle/Controller/Admin/AdminController.php
Original file line number Diff line number Diff line change
Expand Up @@ -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', [
Expand Down

0 comments on commit 19a5b83

Please sign in to comment.