Forráskód Böngészése

Typo mistake in the entity URL

When you display a Tripal entity page, the title link is not correct.
Valentin Guignon 6 éve
szülő
commit
b7e78c756a
1 módosított fájl, 1 hozzáadás és 1 törlés
  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(),
   );
 }