Commit 1ae3f9d
Migration - addField() fix array content checks (glpi-project#1561)
* Issue glpi-project#1476 - fix bad display of attachment's date in a ticket
* Revert "Issue glpi-project#1476 - fix bad display of attachment's date in a ticket"
This reverts commit 2efd34c.
* Fix 'FIRST' is added as it haven't been requested
+ clearly check if array case have content or not (isset not required are we create theses cases inside the function)1 parent 592e02b commit 1ae3f9d
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
331 | 331 | | |
332 | 332 | | |
333 | 333 | | |
334 | | - | |
| 334 | + | |
335 | 335 | | |
336 | 336 | | |
337 | 337 | | |
338 | | - | |
| 338 | + | |
339 | 339 | | |
340 | | - | |
| 340 | + | |
341 | 341 | | |
342 | 342 | | |
343 | 343 | | |
| |||
346 | 346 | | |
347 | 347 | | |
348 | 348 | | |
349 | | - | |
| 349 | + | |
350 | 350 | | |
351 | 351 | | |
352 | 352 | | |
| |||
0 commit comments