From 52b0a0d60904b0dc4b2532590bc19c0ac7cac1d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Tue, 1 Oct 2019 13:45:18 +0200 Subject: [PATCH] The variable $out seems to be never defined. --- htdocs/core/class/html.formticket.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/class/html.formticket.class.php b/htdocs/core/class/html.formticket.class.php index 5045660df0b..c9217b1ffb2 100644 --- a/htdocs/core/class/html.formticket.class.php +++ b/htdocs/core/class/html.formticket.class.php @@ -1041,7 +1041,7 @@ class FormTicket // Attached files if (!empty($this->withfile)) { - $out .= ''; + $out = ''; $out .= '' . $langs->trans("MailFile") . ''; $out .= ''; // TODO Trick to have param removedfile containing nb of image to delete. But this does not works without javascript