MDL-84051 core: Call parent function to clear session data in the table
This commit is contained in:
@@ -221,7 +221,7 @@ class memcached extends handler {
|
||||
$memcached->quit();
|
||||
}
|
||||
|
||||
return true;
|
||||
return parent::destroy_all();
|
||||
}
|
||||
|
||||
#[\Override]
|
||||
@@ -242,7 +242,7 @@ class memcached extends handler {
|
||||
$memcached->quit();
|
||||
}
|
||||
|
||||
return true;
|
||||
return parent::destroy($id);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user