Merge branch 'v1'
[lhc/web/www.git] / www / plugins / formidable_1_0 / action / exporter_formulaires_reponses.php
index 4105d4f..2330710 100644 (file)
@@ -76,7 +76,7 @@ function action_exporter_formulaires_reponses_dist($arg=null) {
                }
                
                if ($reponses_completes and $exporter_csv = charger_fonction('exporter_csv', 'inc/', true)){
-                       echo $exporter_csv('reponses-formulaire-'.$formulaire['identifiant'], $reponses_completes);
+                       $exporter_csv('reponses-formulaire-'.$formulaire['identifiant'], $reponses_completes);
                        exit();
                }
        }