mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 05:28:30 +01:00
Merge branch 'MDL-78179-master' of https://github.com/sarjona/moodle
This commit is contained in:
commit
0235a368da
@ -640,6 +640,8 @@ class backpack_api {
|
||||
$DB->delete_records('badge_external', array('backpackid' => $backpackid));
|
||||
$DB->delete_records('badge_backpack', array('userid' => $userid));
|
||||
$badgescache->delete($userid);
|
||||
$this->clear_system_user_session();
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user