summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--endpoints/lib/vboxServiceWrappers.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/endpoints/lib/vboxServiceWrappers.php b/endpoints/lib/vboxServiceWrappers.php
index d1ff951..1ba3053 100644
--- a/endpoints/lib/vboxServiceWrappers.php
+++ b/endpoints/lib/vboxServiceWrappers.php
@@ -1499,7 +1499,7 @@ class IVirtualSystemDescription extends VBox_ManagedObject
{
$request = new stdClass();
$request->_this = $this->handle;
- $request->enabled = (bool)$arg_enabled;
+ $request->enabled = $arg_enabled;
$request->VBoxValues = $arg_VBoxValues;
$request->extraConfigValues = $arg_extraConfigValues;
$response = $this->connection->__soapCall('IVirtualSystemDescription_setFinalValues', array((array)$request));