roles
This commit is contained in:
parent
d894c98d66
commit
ec016387bd
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue