From 477dc821824b422c11d0d34b644de4b68a596510 Mon Sep 17 00:00:00 2001 From: EoleDev Date: Tue, 26 Apr 2016 17:35:32 +0200 Subject: Nettoyage --- server/core/App.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'server/core/App.php') diff --git a/server/core/App.php b/server/core/App.php index 32ad016..114d945 100755 --- a/server/core/App.php +++ b/server/core/App.php @@ -1,5 +1,4 @@ tokenPost = NULL; $this->tokenClass = new genTokenOptions($args); $this->openstack = new OpenStack\OpenStack(['authUrl' => $args["authUrl"]]); - $this->pluginsApi = plugin_api::getInstance(); $this->errorClass = new errorManagement($this); $this->output = array(); $this->postParams = $_POST; -- cgit v1.2.3