This commit is contained in:
2020-12-17 22:36:23 -05:00
parent d8797fa0d7
commit d894c98d66
2 changed files with 3 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ class imageAnnotations extends objectStructs
parent::__construct($Result);
if ($this->roles and empty($this->roles) )
{
$this->Log(__FUNCTION__ . " We have roles, lets explode");
$this->roles = explode(',',$this->roles);
}
}