mirror of
https://github.com/moodle/moodle.git
synced 2025-04-20 07:56:06 +02:00
Merge branch 'MDL-56417_master' of https://github.com/dmonllao/moodle
This commit is contained in:
commit
6b7b3e59f2
@ -770,7 +770,7 @@ class manager {
|
||||
foreach ($authplugins as $authplugin) {
|
||||
/** @var \auth_plugin_base $authplugin*/
|
||||
if ($authplugin->ignore_timeout_hook($user, $user->sid, $user->s_timecreated, $user->s_timemodified)) {
|
||||
continue;
|
||||
continue 2;
|
||||
}
|
||||
}
|
||||
self::kill_session($user->sid);
|
||||
|
Loading…
x
Reference in New Issue
Block a user