This commit is contained in:
Nicolas Le Goff
2015-02-24 15:27:56 +01:00
parent cb96964078
commit e01c73aa83

View File

@@ -473,7 +473,7 @@ class databox_field implements cache_cacheableInterface
$this->delete_data_from_cache();
$this->databox->saveStructure($dom_struct);
$this->dispatchEvent(RecordStructureEvents::FIELD_UPDATED, new FieldUpdatedEvent($databox, $this));
$this->dispatchEvent(RecordStructureEvents::FIELD_UPDATED, new FieldUpdatedEvent($this->databox, $this));
return $this;
}