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 session_store_active functionality #3464

Merged
merged 1 commit into from
Oct 20, 2021

Commits on Oct 12, 2021

  1. fix session_store_active functionality

    At the moment and since 1.7.19, the `system.languages.session_store_active`
    setting has no effect.
    
    Session must be initialized before URI for `$language->setActiveFromUri($uri)`
    (called from `$this->initializeUri($config) -> $uri->init()`) to
    properly retrieve / store `active_language` in Session.
    
    This was previously detected in getgrav#3269 as per the code comment, but got
    reversed in 2e9fe80.
    nbusseneau committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    b173d5a View commit details
    Browse the repository at this point in the history