mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
PHRAS-3285 fix stock cterm
This commit is contained in:
@@ -88,7 +88,7 @@ class Helper
|
||||
$document->formatOutput = true;
|
||||
$element = $document->createElement('cterms');
|
||||
$element->setAttribute('creation_date', date('YmdHis'));
|
||||
$element->setAttribute('next_id', 0);
|
||||
$element->setAttribute('nextid', 0);
|
||||
$element->setAttribute('version', '2.0.5');
|
||||
$document->appendChild($element);
|
||||
}
|
||||
|
Reference in New Issue
Block a user