Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Was seeing the following errors in the log: PHP Warning: Undefined array key 2 in /var/www/html/Domain/ReservationItemView.php on line 490 The issue was caused by `array_splice()` After using `array_splice` then `$name_parts` is now only a single element array, as all other elements have been removed and used to generate `$firstnames`
- Loading branch information