Error patch
This commit is contained in:
parent
00184e623e
commit
49ce03168a
2 changed files with 3 additions and 3 deletions
|
@ -66,8 +66,8 @@ class floatingIp {
|
|||
private function listFloatingIp(){
|
||||
try{
|
||||
$result = array();
|
||||
|
||||
$l = $this->libClass->getFloatingIps();
|
||||
$l = $this->libClass->listFloatingIps();
|
||||
error_log(var_export($l, true), 0);
|
||||
echo 'toto';
|
||||
foreach ($l as $tmp) {
|
||||
$result[] = $tmp;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue