Explorar o código

Typo mistake in the entity URL

When you display a Tripal entity page, the title link is not correct.
Valentin Guignon %!s(int64=6) %!d(string=hai) anos
pai
achega
b7e78c756a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tripal/includes/tripal.entity.inc

+ 1 - 1
tripal/includes/tripal.entity.inc

@@ -242,7 +242,7 @@ function tripal_entity_info() {
  */
 function tripal_entity_uri($entity) {
   return array(
-    'path' => 'bio-data/' . $entity->id,
+    'path' => 'bio_data/' . $entity->id,
     'options' => array(),
   );
 }