Refactor caption serialization

This commit is contained in:
Romain Neutron
2012-03-20 15:42:59 +01:00
parent a10fb04999
commit 583ee314b4
6 changed files with 280 additions and 19 deletions

View File

@@ -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)
{