Skip to content

Commit

Permalink
codechecker...
Browse files Browse the repository at this point in the history
  • Loading branch information
NinaHerrmann committed Jun 11, 2024
1 parent 7b97179 commit 490286e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion step/email/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public function post_processing_bulk_operation() {
mtrace("E-mail to user {$user->id} failed.");
}
$DB->delete_records('lifecyclestep_email',
['instanceid' => $step->id, 'touser' => $user->id, ]);
['instanceid' => $step->id, 'touser' => $user->id]);
$transaction->allow_commit();
}
}
Expand Down

0 comments on commit 490286e

Please sign in to comment.