Correction Erreur

This commit is contained in:
EoleDev 2016-03-23 15:13:42 +01:00
parent d3fc2ab36c
commit 0dc17aa9ef
5 changed files with 10 additions and 7 deletions

View file

@ -22,7 +22,7 @@ class App{
$this->tokenPost = NULL;
$this->tokenClass = new genTokenOptions($args);
$this->openstack = new OpenStack\OpenStack([]);
$this->openstack = new OpenStack\OpenStack(['authUrl' => $args["authUrl"]]);
$this->pluginsApi = plugin_api::getInstance();
$this->errorClass = new errorManagement($this);
$this->output = array();
@ -38,7 +38,7 @@ class App{
}
public function checkToken(){
$this->tokenClass->checkToken();
return $this->tokenClass->checkToken();
}
public function getLibClass($service){