Skip to content
Snippets Groups Projects
Commit 99208b0e authored by Justus Dieckmann's avatar Justus Dieckmann Committed by Tobias Reischmann
Browse files

Fix typo

parent 168e8796
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ class process_rollback extends \core\event\base {
$processid = $this->other['processid'];
$workflowid = $this->other['workflowid'];
$stepindex = $this->other['stepindex'];
$coursid = $this->other['courseid'];
$courseid = $this->other['courseid'];
return "The workflow with id '$workflowid' was rolled back on step '$stepindex' for course '$courseid' " .
"in the process with id '$processid'";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment