Merge pull request #12007 from frederic34/patch-12

The variable $out seems to be never defined.
This commit is contained in:
Laurent Destailleur 2019-10-01 14:40:06 +02:00 committed by GitHub
commit 741037ab13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1041,7 +1041,7 @@ class FormTicket
// Attached files
if (!empty($this->withfile)) {
$out .= '<tr>';
$out = '<tr>';
$out .= '<td width="180">' . $langs->trans("MailFile") . '</td>';
$out .= '<td colspan="2">';
// TODO Trick to have param removedfile containing nb of image to delete. But this does not works without javascript