Browse Source

Ensure exsting instances can be seen on install.

Lacey Sanderson 5 năm trước cách đây
mục cha
commit
b53a3eea51
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      tripal_jbrowse_page/includes/tripal_jbrowse_page.api.inc

+ 1 - 1
tripal_jbrowse_page/includes/tripal_jbrowse_page.api.inc

@@ -48,6 +48,6 @@ function tripal_jbrowse_page_is_instance_public($instance_id) {
     }
   }
   else {
-    return FALSE;
+    return TRUE;
   }
 }