MDL-39846 rename 'extra' event property to 'other'

This commit is contained in:
Petr Škoda 2013-07-09 15:00:15 +02:00
parent 605a8c336f
commit c4297815eb
6 changed files with 41 additions and 41 deletions

View file

@ -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']);
}
}