summaryrefslogtreecommitdiff
path: root/server/core
diff options
context:
space:
mode:
Diffstat (limited to 'server/core')
-rwxr-xr-xserver/core/FloatingIp.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/core/FloatingIp.php b/server/core/FloatingIp.php
index 26f5ef1..f26c3fb 100755
--- a/server/core/FloatingIp.php
+++ b/server/core/FloatingIp.php
@@ -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;