object are good
This commit is contained in:
parent
cfc82c8ead
commit
ebf3791cca
|
@ -40,6 +40,9 @@ class image extends objectStructs
|
|||
$this->annotations = new imageAnnotations($vars->imageBasic->annotations) ;
|
||||
elseif (isset($vars->annotations))
|
||||
$this->annotations = new imageAnnotations($vars->annotations) ;
|
||||
|
||||
if (isset($vars->imageConfig))
|
||||
$this->config = new imageConfig($vars->imageConfig);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue