浏览代码

Made correction to a menu item

Stephen Ficklin 6 年之前
父节点
当前提交
53993f6f0d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tripal_chado/tripal_chado.module

+ 1 - 1
tripal_chado/tripal_chado.module

@@ -407,7 +407,7 @@ function tripal_chado_menu() {
   );
   $items['admin/tripal/loaders/pub/edit/%'] = array(
     'page callback' => 'tripal_pub_importer_setup_page',
-    'page arguments' => array(5),
+    'page arguments' => array('edit', 5),
     'access arguments' => array('load tripal data'),
     'type ' => MENU_CALLBACK,
     'file' => 'includes/loaders/tripal_chado.pub_importers.inc',