소스 검색

Remove unnecessary call load bundle as found my Bradford.

Lacey Sanderson 6 년 전
부모
커밋
6c95fdf2a5
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      tripal_chado/includes/TripalFields/sbo__relationship/sbo__relationship.inc

+ 0 - 1
tripal_chado/includes/TripalFields/sbo__relationship/sbo__relationship.inc

@@ -476,7 +476,6 @@ class sbo__relationship extends ChadoField {
     $settings = $this->field['settings'];
 
     $record = $entity->chado_record;
-    $bundle = tripal_load_bundle_entity(array('name' => $entity->bundle));
 
     $field_name = $this->field['field_name'];
     $field_type = $this->field['type'];