From 8923dd9a2d7488159a78673bc4d1df2258de530f Mon Sep 17 00:00:00 2001 From: fredtempez Date: Fri, 26 Mar 2021 15:02:38 +0100 Subject: [PATCH] Download 1.1 --- module/download/download.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/module/download/download.php b/module/download/download.php index b63d067f..db41a525 100644 --- a/module/download/download.php +++ b/module/download/download.php @@ -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([