diff --git a/scripts/build/genCodeRatios.php b/scripts/build/genCodeRatios.php index 5e214261..d6166928 100644 --- a/scripts/build/genCodeRatios.php +++ b/scripts/build/genCodeRatios.php @@ -896,7 +896,7 @@ function genereCacheCommentaires($version, $type = 'scores') break; case 'valo': - $fileTmp = APPLICATION_PATH.'/../library/Metier/scores/Variables/CommentsValo'.$version.'s.php'; + $fileTmp = APPLICATION_PATH.'/../library/Metier/scores/Variables/CommentsValo'.$version.'.php'; $tableComments = 'valo_commentaires_'.$version; break; }