From ad5586430ecfef3c761032cec9713fbec8219804 Mon Sep 17 00:00:00 2001
From: Armand Bahi <armand.bahi@veremes.com>
Date: Fri, 11 Jan 2019 10:03:03 +0100
Subject: [PATCH] Syntax error

---
 src/vitis/vas/rest/class/vmlib/files/Files_manager.class.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/vitis/vas/rest/class/vmlib/files/Files_manager.class.inc b/src/vitis/vas/rest/class/vmlib/files/Files_manager.class.inc
index 5b9f7438..b6e43695 100644
--- a/src/vitis/vas/rest/class/vmlib/files/Files_manager.class.inc
+++ b/src/vitis/vas/rest/class/vmlib/files/Files_manager.class.inc
@@ -26,11 +26,11 @@ class Files_manager{
     function __construct($oProperties){
         $this->oProperties = $oProperties;
         // Dans tous les cas on peut avoir besoin d'accéder au système local
-        $this->$oLocalInterface = new Local_files ($oProperties);
+        $this->oLocalInterface = new Local_files ($oProperties);
         // Séléction du mode principal
         switch ($oProperties["filesystem"]) {
             case 'fs':
-                $this->oFileInterface = $this->$oLocalInterface;
+                $this->oFileInterface = $this->oLocalInterface;
                 break;
             case 's3':
                 $this->oFileInterface = new S3_files ($oProperties);
-- 
GitLab