Forráskód Böngészése

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

Lacey Sanderson 10 éve
szülő
commit
df2829b0d5
1 módosított fájl, 1 hozzáadás és 1 törlés
  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 {