This commit is contained in:
2020-12-17 22:31:41 -05:00
parent 17a51ec3ba
commit d8797fa0d7
2 changed files with 2 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ class image extends objectStructs
public function __construct($vars)
{
$this->Log(__FUNCTION__ . " load image object with: ".print_r($vars,true));
if (is_array($vars))
{
$this->imageName = (isset($vars['image']) ? $vars['image'] :