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