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

Backdrop - Fix bootstrap warning about explode() and null #205

Merged
merged 2 commits into from
Aug 10, 2024

Conversation

totten
Copy link
Member

@totten totten commented Aug 10, 2024

Overview

This fixes a console warning using traditional bootstrap on Backdrop.

Before

$ cv ev 'echo 123;'
[PHP Deprecation] explode(): Passing null to parameter #2 ($string) of type string is deprecated at /home/totten/bknix/build/bcmaster/web/core/includes/bootstrap.inc:991
123

After

$ cv ev 'echo 123;'
123

@totten totten merged commit 73c4bc7 into civicrm:master Aug 10, 2024
1 check passed
@totten totten deleted the master-backdrop branch August 10, 2024 04:49
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.

1 participant