- Issue created by @Thomas Kaisuka
- @thomas-kaisuka opened merge request.
//On line 149 change to
function _bootstrap_library_array_to_string($array) {
if (!is_array($array)) {
$array = [$array];
}
return implode("\r\n", $array);
}
Active
2.0
Code