Correction

This commit is contained in:
Michael RICOIS 2016-02-08 09:09:24 +00:00
parent 8c21ed8911
commit 9cfa1d586c

View File

@ -187,8 +187,8 @@ class TelechargementController extends Zend_Controller_Action
// --- Fichier disponible
elseif ( file_exists($this->path.'/'.$file) ) {
echo '<u><a title="Télécharger le fichier"'.
' target="_blank" href="'$this->url(array('module'=>'file', 'controller'=>'index',
'action'=>'surveillance', 'q'=>$file), 'default', true)..
' target="_blank" href="'.$this->url(array('module'=>'file', 'controller'=>'index',
'action'=>'surveillance', 'q'=>$file), 'default', true).
'">Cliquez-ici pour télécharger le fichier.</a></u>';
}