MDL-84901 auth: specific session start error language string.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user