diff options
| author | stupidon <bhupendra.siyag@gmail.com> | 2016-02-28 20:29:18 +0100 |
|---|---|---|
| committer | stupidon <bhupendra.siyag@gmail.com> | 2016-02-28 20:29:18 +0100 |
| commit | 79a65198e45076c5db58be3e749d533d3f4acc03 (patch) | |
| tree | 66f114abe3913e7a8d4b11d5da135dda6a2b5ce6 | |
| parent | 847e4c04aea8c56ac4e4b8d12fcb405e78159026 (diff) | |
minor corrections
| -rw-r--r-- | server/core/Compute.php | 2 |
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); |
