From ec016387bdec5e082a1d5c9332ef6e5525ba072f Mon Sep 17 00:00:00 2001 From: sbyrd Date: Thu, 17 Dec 2020 22:37:58 -0500 Subject: [PATCH] roles --- imageAnnotations.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/imageAnnotations.php b/imageAnnotations.php index cfa028e..20d303b 100644 --- a/imageAnnotations.php +++ b/imageAnnotations.php @@ -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");