Parcourir la source

Fixed a few bugs in tripal_db module

spficklin il y a 14 ans
Parent
commit
53420365ff
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;