Files
Grav/system
Nicolas Busseneau 08d7ad80df 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 #3269 as per the code comment, but got
reversed in 2e9fe80e33.
2021-10-20 12:24:10 +03:00
..
2020-10-18 15:08:59 -06:00
2021-10-01 11:42:41 -06:00
2021-10-01 11:42:41 -06:00
2021-09-29 10:57:42 -06:00
2020-10-05 11:16:17 +03:00
2021-09-29 14:22:03 -06:00