mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Setup Module (finish.phtml): Add empty array if $report is null
This commit is contained in:
parent
6f04c54f3c
commit
5d5b767afe
@ -30,5 +30,5 @@
|
||||
</div>
|
||||
<pre class="log-output"><?= join("\n\n", array_map(function($a) {
|
||||
return join("\n", $a);
|
||||
}, $report)); ?></pre>
|
||||
}, $report ?? [])); ?></pre>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user