mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 06:53:15 +00:00
version 3.1.10
This commit is contained in:
@@ -178,8 +178,10 @@ class exportElement
|
||||
|
||||
if($xml)
|
||||
{
|
||||
$downloadable['caption'] = array('class'=>'caption','label'=>_('caption'));
|
||||
$this->add_count('caption', mb_strlen($xml));
|
||||
$downloadable['caption'] = array('class'=>'caption','label'=>_('caption XML'));
|
||||
$downloadable['caption-yaml'] = array('class'=>'caption','label'=>_('caption YAML'));
|
||||
$this->add_count('caption', strlen($xml));
|
||||
$this->add_count('caption-yaml', strlen(strip_tags($xml)));
|
||||
}
|
||||
|
||||
$this->downloadable = $downloadable;
|
||||
|
Reference in New Issue
Block a user