This commit is contained in:
sbyrd 2020-12-17 22:37:58 -05:00
parent d894c98d66
commit ec016387bd
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ class imageAnnotations extends objectStructs
public function __construct($Result = null)
{
parent::__construct($Result);
$this->Log(__FUNCTION__ . " Load imageAnnotations with".print_r($Result,true));
if ($this->roles and empty($this->roles) )
{
$this->Log(__FUNCTION__ . " We have roles, lets explode");