mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-10 11:33:17 +00:00
Refactor caption serialization
This commit is contained in:
@@ -222,7 +222,7 @@ class record_exportElement extends record_adapter
|
||||
}
|
||||
}
|
||||
|
||||
$xml = $this->get_xml();
|
||||
$xml = $this->get_caption()->serialize(caption_record::SERIALIZE_XML);
|
||||
|
||||
if ($xml)
|
||||
{
|
||||
|
Reference in New Issue
Block a user