This commit is contained in:
2019-05-30 02:54:42 -05:00
parent d4804a5d83
commit 41457c4c43

View File

@@ -59,9 +59,9 @@ class StructureHelper {
$solarName = null;
}
$sHelper->StoreNewStructure($structure, $info, $solarName);
$this->StoreNewStructure($structure, $info, $solarName);
} else {
$sHelper->UpdateExistingStructure($structure, $info, $solarName);
$this->UpdateExistingStructure($structure, $info, $solarName);
}
}
}