mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-46942 events: fix naming of other param
originalcourseid matches coding style
This commit is contained in:
parent
7e670910ed
commit
7af5ad97c1
2 changed files with 5 additions and 5 deletions
|
@ -181,7 +181,7 @@ class restore_plan extends base_plan implements loggable {
|
|||
);
|
||||
|
||||
if ($this->controller->is_samesite()) {
|
||||
$otherarray['original_course_id'] = $this->controller->get_info()->original_course_id;
|
||||
$otherarray['originalcourseid'] = $this->controller->get_info()->original_course_id;
|
||||
}
|
||||
|
||||
// Trigger a course restored event.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue