compute listServers fix
This commit is contained in:
parent
efbd08263c
commit
f551dffd8a
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ class compute
|
|||
*/
|
||||
public function listServers()
|
||||
{
|
||||
$serverList = $this->libClass->listServers();
|
||||
$serverList = $this->libClass->listServers(true);
|
||||
$servers = Array();
|
||||
foreach($serverList as $server){
|
||||
$servers[$server->id] = Array();
|
||||
|
|
Loading…
Add table
Reference in a new issue