Merge pull request #12007 from frederic34/patch-12
The variable $out seems to be never defined.
This commit is contained in:
commit
741037ab13
@ -1041,7 +1041,7 @@ class FormTicket
|
|||||||
|
|
||||||
// Attached files
|
// Attached files
|
||||||
if (!empty($this->withfile)) {
|
if (!empty($this->withfile)) {
|
||||||
$out .= '<tr>';
|
$out = '<tr>';
|
||||||
$out .= '<td width="180">' . $langs->trans("MailFile") . '</td>';
|
$out .= '<td width="180">' . $langs->trans("MailFile") . '</td>';
|
||||||
$out .= '<td colspan="2">';
|
$out .= '<td colspan="2">';
|
||||||
// TODO Trick to have param removedfile containing nb of image to delete. But this does not works without javascript
|
// TODO Trick to have param removedfile containing nb of image to delete. But this does not works without javascript
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user