summaryrefslogtreecommitdiff
path: root/server/core/Compute.php
diff options
context:
space:
mode:
authorstupidon <bhupendra.siyag@gmail.com>2016-02-28 20:29:18 +0100
committerstupidon <bhupendra.siyag@gmail.com>2016-02-28 20:29:18 +0100
commit79a65198e45076c5db58be3e749d533d3f4acc03 (patch)
tree66f114abe3913e7a8d4b11d5da135dda6a2b5ce6 /server/core/Compute.php
parent847e4c04aea8c56ac4e4b8d12fcb405e78159026 (diff)
minor corrections
Diffstat (limited to 'server/core/Compute.php')
-rw-r--r--server/core/Compute.php2
1 files changed, 1 insertions, 1 deletions
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);