mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
Merge pull request #3301 from sakalauskas/patch-2
[PHP 7.4] implode parameter order
This commit is contained in:
commit
03138e8598
@ -74,7 +74,7 @@ trait Inviteable
|
||||
}
|
||||
}
|
||||
|
||||
return $hasValue ? implode($parts, '<br/>') : false;
|
||||
return $hasValue ? implode('<br/>', $part) : false;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user