MDL-84901 auth: specific session start error language string.

This commit is contained in:
Paul Holden
2025-07-08 12:33:05 +01:00
parent 0365910448
commit f096b8a658
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -153,7 +153,7 @@ class manager {
if (!self::$handler->start()) {
// Could not successfully start/recover session.
throw new \core\session\exception(get_string('servererror'));
throw new \core\session\exception('sessionstarterror', 'error');
}
if ($requireslock) {