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