Browse Source

Typo mistake in the entity URL

When you display a Tripal entity page, the title link is not correct.
Valentin Guignon 6 năm trước cách đây
mục cha
commit
b7e78c756a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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(),
   );
 }