Merge branch 'master' of https://github.com/alchemy-fr/Phraseanet into PHRAS-2196-api-stories-pagination

This commit is contained in:
aina-esokia
2018-10-23 18:11:34 +04:00
3 changed files with 4 additions and 2 deletions

View File

@@ -1101,6 +1101,7 @@ class record_adapter implements RecordInterface, cache_cacheableInterface
$this->set_xml($xml);
unset($xml);
$this->write_metas();
$this->dispatch(RecordEvents::METADATA_CHANGED, new MetadataChangedEvent($this));
return $this;