Skip to content
Snippets Groups Projects
Commit 27b227c0 authored by Armand Bahi's avatar Armand Bahi
Browse files

Merge branch 'master' into pre-2019.01.00

parents 7aa3fab9 dc8fa7f9
No related branches found
No related tags found
No related merge requests found
...@@ -40,6 +40,7 @@ class FileDownloader extends Vitis { ...@@ -40,6 +40,7 @@ class FileDownloader extends Vitis {
function __construct($aPath, $aValues, $properties, $bShortcut = false, $oConnection = false) { function __construct($aPath, $aValues, $properties, $bShortcut = false, $oConnection = false) {
$this->aValues = $aValues; $this->aValues = $aValues;
$this->aProperties = $properties; $this->aProperties = $properties;
$this->oFilesManager = new Files_manager($this->aProperties);
} }
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment