Browse Source

Fixed bug reported by Alex caused by updating API

Lacey Sanderson 10 năm trước cách đây
mục cha
commit
729df61348
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      tripal_featuremap/tripal_featuremap.install

+ 1 - 0
tripal_featuremap/tripal_featuremap.install

@@ -299,6 +299,7 @@ function tripal_featuremap_add_cvterms() {
        'db_name' => 'tripal'
       ),
       array('update_existing' => TRUE)
+    );
 
 }