From c37b891909f10172aa2e355868395c18b6d3efaa Mon Sep 17 00:00:00 2001 From: stupidon Date: Tue, 22 Mar 2016 17:14:40 +0100 Subject: [PATCH] syntax correction --- server/core/Compute.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }