This commit is contained in:
Huong Nguyen
2025-07-10 08:25:31 +07:00
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) {