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");