diff --git a/server/core/Compute.php b/server/core/Compute.php index 4d94705..df43c7c 100644 --- a/server/core/Compute.php +++ b/server/core/Compute.php @@ -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; }