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

Fix Undefined array key log #6518

Merged
merged 1 commit into from
Jun 28, 2024
Merged

Conversation

scottcwilson
Copy link
Sponsor Contributor

No description provided.

@drbyte
Copy link
Member

drbyte commented Jun 5, 2024

Is there a particular typical circumstance where that 'id' element intentionally doesn't exist?

@scottcwilson
Copy link
Sponsor Contributor Author

I don't know, but if it doesn't exist, it sure won't match some other value so there's no need to go into that branch. This is PHP8 behavior; in PHP7, it would have just skipped over this. Now to get the behavior we want to you have to ensure it's set or provide a blank value.

@scottcwilson scottcwilson merged commit 6b91df3 into zencart:master Jun 28, 2024
8 checks passed
@scottcwilson scottcwilson deleted the ship_est_log branch June 28, 2024 19:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants