Browse Source

Fixed a few bugs in tripal_db module

spficklin 14 năm trước cách đây
mục cha
commit
53420365ff
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;