Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

$coincidingFestivity not initialized properly #109

Closed
JohnRDOrazio opened this issue May 1, 2022 · 0 comments
Closed

$coincidingFestivity not initialized properly #109

JohnRDOrazio opened this issue May 1, 2022 · 0 comments
Labels

Comments

@JohnRDOrazio
Copy link
Member

$coincidingFestivity = new stdClass();
if ( self::DateIsSunday( $currentFeastDate ) && $coincidingFestivity->event->grade < LitGrade::SOLEMNITY ){

How can $coincidingFestivity have an event property if it has only been initialized as a basic stdClass() object? How was it supposed to be initialized?

JohnRDOrazio added a commit that referenced this issue May 1, 2022
 was not properly initialized
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant