Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information