mirror of
https://github.com/getgrav/grav.git
synced 2026-04-12 23:57:36 +02:00
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 #3269 as per the code comment, but got
reversed in 2e9fe80e33.