Download 1.1

This commit is contained in:
fredtempez 2021-03-26 15:02:38 +01:00
parent 125d3a2a5d
commit 8923dd9a2d
1 changed files with 4 additions and 2 deletions

View File

@ -14,7 +14,7 @@
class download extends common { class download extends common {
const VERSION = '1.0'; const VERSION = '1.1';
const REALNAME = 'Téléchargement'; const REALNAME = 'Téléchargement';
const DELETE = true; const DELETE = true;
const UPDATE = '0.0'; const UPDATE = '0.0';
@ -938,7 +938,9 @@ class download extends common {
'picture' => $this->getData(['module', $this->getUrl(0), 'items', $key, 'picture']), 'picture' => $this->getData(['module', $this->getUrl(0), 'items', $key, 'picture']),
'file' =>$this->getData(['module', $this->getUrl(0), 'items', $key, 'file']), 'file' =>$this->getData(['module', $this->getUrl(0), 'items', $key, 'file']),
'fileVersion' => $this->getData(['module', $this->getUrl(0), 'items', $key, 'fileVersion']), 'fileVersion' => $this->getData(['module', $this->getUrl(0), 'items', $key, 'fileVersion']),
'fileDate' =>$this->getData(['module', $this->getUrl(0), 'items', $key, 'fileDate']) 'fileDate' =>$this->getData(['module', $this->getUrl(0), 'items', $key, 'fileDate']),
'fileAuthor' =>$this->getData(['module', $this->getUrl(0), 'items', $key, 'fileAuthor']),
'fileLicense' =>$this->getData(['module', $this->getUrl(0), 'items', $key, 'fileLicense']),
]; ];
} }
$this->addOutput([ $this->addOutput([