Error patch

This commit is contained in:
EoleDev 2016-04-19 19:44:09 +02:00
parent 00184e623e
commit 49ce03168a
2 changed files with 3 additions and 3 deletions

View file

@ -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;