Explorar o código

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

Lacey Sanderson %!s(int64=10) %!d(string=hai) anos
pai
achega
df2829b0d5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 {