From 26dd5bcc217e5d7b73e3ebfb9d08f2071601f744 Mon Sep 17 00:00:00 2001 From: Armand Bahi <armand.bahi@veremes.com> Date: Thu, 7 Mar 2019 17:34:40 +0100 Subject: [PATCH] bug oFilesManager undefined --- vas/rest/ws/vitis/FileDownloader.class.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/vas/rest/ws/vitis/FileDownloader.class.inc b/vas/rest/ws/vitis/FileDownloader.class.inc index b0389482..854558d8 100755 --- a/vas/rest/ws/vitis/FileDownloader.class.inc +++ b/vas/rest/ws/vitis/FileDownloader.class.inc @@ -40,6 +40,7 @@ class FileDownloader extends Vitis { function __construct($aPath, $aValues, $properties, $bShortcut = false, $oConnection = false) { $this->aValues = $aValues; $this->aProperties = $properties; + $this->oFilesManager = new Files_manager($this->aProperties); } /** -- GitLab