浏览代码

Merge pull request #880 from guignonv/patch-3

Typo mistake in the entity URL
Bradford Condon 6 年之前
父节点
当前提交
202275b3c3
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 [
-    'path' => 'bio-data/' . $entity->id,
+    'path' => 'bio_data/' . $entity->id,
     'options' => [],
   ];
 }