Hello,

function setGroups in vboxServiceWrappers.php does not allow groups to be
set. Line 2176 should be changed from:

if (is_null($value) || is_scalar($value)) {

to:

if (is_null($value) || is_scalar($value) || is_array($value)) {

Though I'm not really sure what checking for the type of the passed value
buys. I don't see a case where setGroups would ever be passed a MOR.

--Ian
_______________________________________________
vbox-dev mailing list
[email protected]
https://www.virtualbox.org/mailman/listinfo/vbox-dev

Reply via email to