[BUGFIX] Prevent failure if DateFactory is provided with invalid day names #111
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "bugfix/12950_events_tdm"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The DateFactory generates dedicated dates for schedule series, but it
relies on the functionality of DateTime as PHP provides it. The valid input
'publicHolidays' from schema.org for weekdays breaks the functionality
and causes fatal errors. By testing the input before trying to manipulate
it, the error is prevented.
Assisted-By: Claude Opus 5 noreply@anthropic.com
8f7df4f9a435fed90e58[BUGFIX] Prevent failure if DateFactory is provided with invalide day namesto [BUGFIX] Prevent failure if DateFactory is provided with invalid day names