<div dir="ltr"><div><div><div><div>Hello,<br><br></div>function setGroups in vboxServiceWrappers.php does not allow groups to be set. Line 2176 should be changed from:<br><br>if (is_null($value) || is_scalar($value)) {<br>
<br></div>to:<br><br>if (is_null($value) || is_scalar($value) || is_array($value)) {<br><br></div><div>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.<br>
<br></div><div>--Ian<br></div></div></div>