This commit is contained in:
Michael RICOIS 2014-03-10 13:44:25 +00:00
parent 4f2858ad85
commit 1bdf945a53

View File

@ -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;
}