Explorar el Código

Fixed a few bugs in tripal_db module

spficklin hace 14 años
padre
commit
53420365ff
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tripal_db/tripal_db.module

+ 1 - 1
tripal_db/tripal_db.module

@@ -36,7 +36,7 @@ function tripal_db_menu() {
      'title' => 'Edit External Databases',
      'page callback' => 'tripal_ajax_db_edit',
      'access arguments' => array('access administration pages'),
-     'type' => MENU_NORMAL_ITEM,
+     'type' => MENU_CALLBACK,
    );
 
    return $items;