Browse Source

Merge branch '7.x-1.x' of git.drupal.org:project/tripal_blast into 7.x-1.x

Lacey Sanderson 10 năm trước cách đây
mục cha
commit
df2829b0d5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      includes/blast_ui.node.inc

+ 1 - 1
includes/blast_ui.node.inc

@@ -308,7 +308,7 @@ function blastdb_load($nodes) {
       $nodes[$record->nid]->linkout = new stdClass();
 
       if (preg_match('/\/.*\//', $record->dbxref_id_regex)) {
-        $node->linkout->regex_type = 'custom';
+        $nodes[$record->nid]->linkout->regex_type = 'custom';
         $nodes[$record->nid]->linkout->regex = $record->dbxref_id_regex;
       }
       else {