MDL-72882 core: Use default site lang when user lang no longer available
commit03f298a71cf46a8915c4631cd782d4685d3ed57a
authorJun Pataleta <jun@moodle.com>
Fri, 22 Oct 2021 06:15:56 +0000 (22 14:15 +0800)
committerJun Pataleta <jun@moodle.com>
Thu, 3 Nov 2022 05:27:11 +0000 (3 13:27 +0800)
treed7a907ad5990dec7c0176faba6de662de07a10a3
parent720bd60fc60e1413b61c54c00a5561b62e685b15
MDL-72882 core: Use default site lang when user lang no longer available

* Check that the lang attribute for the output HTML exists. If not,
use the default site language.
* Also fix the current language for the user.
lib/moodlelib.php
lib/weblib.php