From 79a65198e45076c5db58be3e749d533d3f4acc03 Mon Sep 17 00:00:00 2001 From: stupidon Date: Sun, 28 Feb 2016 20:29:18 +0100 Subject: [PATCH] minor corrections --- server/core/Compute.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/core/Compute.php b/server/core/Compute.php index 1312083..84af889 100644 --- a/server/core/Compute.php +++ b/server/core/Compute.php @@ -84,7 +84,7 @@ class compute * Get image details. * @return array */ - public function getImage(array $options = []) + public function getImage() { $imageId = $this->app->getPostParam("imageId"); $opt = array('id' => $imageId);