Transférer les fichiers vers 'module/download'

This commit is contained in:
Fred Tempez 2021-03-08 18:33:53 +01:00
parent 9b6f8f1c11
commit ab05c7a7f7
1 changed files with 6 additions and 6 deletions

View File

@ -920,12 +920,12 @@ class download extends common {
}
foreach ($itemIds as $key) {
self::$items[$key] = [
$this->getData(['module', $this->getUrl(0), 'items', $key, 'title']),
$this->getData(['module', $this->getUrl(0), 'items', $key, 'content']),
$this->getData(['module', $this->getUrl(0), 'items', $key, 'picture']),
$this->getData(['module', $this->getUrl(0), 'items', $key, 'file']),
$this->getData(['module', $this->getUrl(0), 'items', $key, 'fileVersion']),
$this->getData(['module', $this->getUrl(0), 'items', $key, 'fileDate'])
'title' => $this->getData(['module', $this->getUrl(0), 'items', $key, 'title']),
'content' => $this->getData(['module', $this->getUrl(0), 'items', $key, 'content']),
'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']),
'filetdate' =>$this->getData(['module', $this->getUrl(0), 'items', $key, 'fileDate'])
];
}
$this->addOutput([