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

[BUGFIX] Fix array key access in ext_getSetup (Backport 11.5) #3361

Merged
merged 1 commit into from
Oct 18, 2022
Merged

Commits on Oct 18, 2022

  1. [BUGFIX] Fix array key access in ext_getSetup

    Reading nested TypoScript will no longer log a warning when the
    value can not be accessed. In this case, the second value in the
    array returned in `TypoScript::ext_getSetup` will be an empty string.
    However, the second value is not used by Ext:solr anymore.
    
    This also fixes an issue with PHP 8 where such warning would cause the
    indexing to fail, when the method is used inside of an indexer.
    
    Fixes: #3359
    Ports: #3360
    saitho authored and dkd-kaehm committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    ce81a13 View commit details
    Browse the repository at this point in the history