Loading module/Information/src/Information/Service/InformationFichierService.php +1 −1 Original line number Diff line number Diff line Loading @@ -93,7 +93,7 @@ class InformationFichierService { public function computeFilePath($fichier) { $pathDir = $this->fileService->computeDirectoryPathForInformation(); $filePath = implode("/", [$pathDir, $fichier->getNom()]); $filePath = implode("/", [$pathDir, $fichier->getFilename()]); return $filePath; } Loading Loading
module/Information/src/Information/Service/InformationFichierService.php +1 −1 Original line number Diff line number Diff line Loading @@ -93,7 +93,7 @@ class InformationFichierService { public function computeFilePath($fichier) { $pathDir = $this->fileService->computeDirectoryPathForInformation(); $filePath = implode("/", [$pathDir, $fichier->getNom()]); $filePath = implode("/", [$pathDir, $fichier->getFilename()]); return $filePath; } Loading