Explorar el Código

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

Lacey Sanderson hace 10 años
padre
commit
df2829b0d5
Se han modificado 1 ficheros con 1 adiciones y 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 {