minor corrections
This commit is contained in:
parent
847e4c04ae
commit
79a65198e4
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ class compute
|
||||||
* Get image details.
|
* Get image details.
|
||||||
* @return array
|
* @return array
|
||||||
*/
|
*/
|
||||||
public function getImage(array $options = [])
|
public function getImage()
|
||||||
{
|
{
|
||||||
$imageId = $this->app->getPostParam("imageId");
|
$imageId = $this->app->getPostParam("imageId");
|
||||||
$opt = array('id' => $imageId);
|
$opt = array('id' => $imageId);
|
||||||
|
|
Loading…
Add table
Reference in a new issue