|
@@ -2024,7 +2024,7 @@ class OBOImporter extends TripalImporter {
|
|
$cv->insert();
|
|
$cv->insert();
|
|
$cv = (object) $cv->getValues();
|
|
$cv = (object) $cv->getValues();
|
|
$this->all_cvs[$cvname] = $cv;
|
|
$this->all_cvs[$cvname] = $cv;
|
|
- $this->obo_namespaces[$cvname] = $cv->getID();
|
|
|
|
|
|
+ $this->obo_namespaces[$cvname] = $cv->cv_id;
|
|
}
|
|
}
|
|
|
|
|
|
return $cv;
|
|
return $cv;
|