Closed doekenorg closed 2 years ago
On the Combiner.php there is an empty check, to see if it should append a separation line.
Combiner.php
empty
Because it was using empty() it considers the value 0 as empty, and omits the separation line.
empty()
0
On the
Combiner.php
there is anempty
check, to see if it should append a separation line.Because it was using
empty()
it considers the value0
as empty, and omits the separation line.