Correction Erreur
This commit is contained in:
parent
d3fc2ab36c
commit
0dc17aa9ef
5 changed files with 10 additions and 7 deletions
|
@ -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){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue