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 PHP 8 warnings #78

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix PHP 8 warnings #78

wants to merge 1 commit into from

Conversation

Sama34
Copy link

@Sama34 Sama34 commented Aug 17, 2021

I'm unsure about your approach at fixing these, I tried to keep compatibility with early 1.8 versions.

@SvePu
Copy link

SvePu commented Dec 22, 2022

Nice work! ... but there is a little mistake in pr =>

if($settings['google_seo_url_translate'] &&

@mboisde
Copy link

mboisde commented Jul 29, 2023

An additional line need to be fixed to work with php 8:

Replace (line ~624):
$GLOBALS['google_seo_portal_query'] &= $query;
by:
$GLOBALS['google_seo_portal_query'] =& $query;

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.

3 participants