syntax correction
This commit is contained in:
parent
7a61955d85
commit
c37b891909
1 changed files with 1 additions and 1 deletions
|
@ -458,7 +458,7 @@ class compute
|
|||
$imageId = $this->app->getPostParam("imageId");
|
||||
$newName = $this->app->getPostParam("newName");
|
||||
$adminPass = $this->app->getPostParam("adminPass");
|
||||
if(!isset($serverId)|| !isset($imageId) || isset($newName) || isset($adminPass)) ){
|
||||
if(!isset($serverId)|| !isset($imageId) || isset($newName) || isset($adminPass)){
|
||||
$this->app->setOutput("Error", "You'll have to provide server ID and the new image, name and admin password!");
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue