From 7bd5c35c0b247e2c66b9c72669c0ce98eb30ce35 Mon Sep 17 00:00:00 2001 From: Michael RICOIS Date: Thu, 3 Mar 2016 10:16:02 +0000 Subject: [PATCH] Typo --- .../modules/default/controllers/TelechargementController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/modules/default/controllers/TelechargementController.php b/application/modules/default/controllers/TelechargementController.php index b6a53022c..80e1e4c58 100644 --- a/application/modules/default/controllers/TelechargementController.php +++ b/application/modules/default/controllers/TelechargementController.php @@ -274,7 +274,7 @@ class TelechargementController extends Zend_Controller_Action elseif ( file_exists($this->path.'/'.$file) ) { if (filesize($this->path.'/'.$file) > 0) { echo 'Cliquez-ici pour télécharger le fichier.'; } else { echo "Erreur lors du téléchargement du fichier.";