mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 18:36:42 +02:00
MDL-39846 rename 'extra' event property to 'other'
This commit is contained in:
parent
605a8c336f
commit
c4297815eb
6 changed files with 41 additions and 41 deletions
|
@ -74,6 +74,6 @@ class role_assigned extends base {
|
|||
* @return mixed
|
||||
*/
|
||||
public function get_legacy_eventdata() {
|
||||
return $this->get_cached_record('role_assignments', $this->data['extra']['id']);
|
||||
return $this->get_cached_record('role_assignments', $this->data['other']['id']);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue