Correction chemin

This commit is contained in:
Michael RICOIS 2016-02-11 15:49:26 +00:00
parent ab45abbf60
commit 419be355bb

View File

@ -619,10 +619,8 @@ class EvaluationController extends Zend_Controller_Action
if (file_exists($pdfFile)){
echo '<center>Votre fichier est prêt pour être téléchargé !<br />' .
'<a target="_blank" href="'.$this->view->url(
array('controller'=>'fichier',
'action'=>'customrapport',
'fichier'=>basename($pdfFile)), 'default', true).'">Télécharger</a></center>';
'<a target="_blank" href="'.$this->view->url(array('module'=>'file', 'controller'=>'index',
'action'=>'customrapport', 'q'=>basename($pdfFile)), 'default', true).'">Télécharger</a></center>';
} else {
echo "Erreur lors de la génération du PDF.";
}