Merge branch 'Dev' of github.com:alchemy-fr/Phraseanet into Dev

This commit is contained in:
Romain Neutron
2012-03-27 13:39:53 +02:00
2 changed files with 8 additions and 3 deletions

View File

@@ -1221,7 +1221,7 @@ class record_adapter implements record_Interface, cache_cacheableInterface
$this->caption_record = null;
$xml = new DOMDocument();
$xml->loadXML($this->get_caption()->serialize(\caption_record::SERIALIZE_XML));
$xml->loadXML($this->get_caption()->serialize(\caption_record::SERIALIZE_XML, true));
$this->set_xml($xml);
$this->reindex();