Explorar o código

Small fix to chado title api

Lacey Sanderson %!s(int64=11) %!d(string=hai) anos
pai
achega
9f66cbb19c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tripal_core/api/tripal_core.chado_nodes.title_and_path.inc

+ 1 - 1
tripal_core/api/tripal_core.chado_nodes.title_and_path.inc

@@ -104,7 +104,7 @@ function chado_get_node_title($node) {
     }
   }
   else {
-    return $format_record->format;
+    return $title;
   }
 
   return $title;