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…
Reference in New Issue