Browse Source

Ensure exsting instances can be seen on install.

Lacey Sanderson 5 years ago
parent
commit
b53a3eea51
1 changed files with 1 additions and 1 deletions
  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;
   }
 }