Download 1.1
This commit is contained in:
parent
125d3a2a5d
commit
8923dd9a2d
@ -14,7 +14,7 @@
|
||||
|
||||
class download extends common {
|
||||
|
||||
const VERSION = '1.0';
|
||||
const VERSION = '1.1';
|
||||
const REALNAME = 'Téléchargement';
|
||||
const DELETE = true;
|
||||
const UPDATE = '0.0';
|
||||
@ -938,7 +938,9 @@ class download extends common {
|
||||
'picture' => $this->getData(['module', $this->getUrl(0), 'items', $key, 'picture']),
|
||||
'file' =>$this->getData(['module', $this->getUrl(0), 'items', $key, 'file']),
|
||||
'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([
|
||||
|
Loading…
Reference in New Issue
Block a user