mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 22:24:31 -04:00
switch implode parameter order
This commit is contained in:
parent
7edc1fb195
commit
540afd4d5a
@ -74,7 +74,7 @@ trait Inviteable
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return $hasValue ? implode($parts, '<br/>') : false;
|
return $hasValue ? implode('<br/>', $part) : false;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user