Skip to content

Commit

Permalink
MDL-83209 core_cache: Fix typo leading to malfunction
Browse files Browse the repository at this point in the history
  • Loading branch information
PhMemmel committed Sep 19, 2024
1 parent f6141a6 commit 67fa456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cache/classes/helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ public static function clean_old_session_data($output = false) {
}
}
if ($todelete) {
$outcome = (int) store->delete_many($todelete);
$outcome = (int) $store->delete_many($todelete);
if ($output) {
$strdef = s($definition->get_id());
$strstore = s($store->my_name());
Expand Down

0 comments on commit 67fa456

Please sign in to comment.