Browse Source

Merge pull request #312 from isumoc/fix-broken-views-integration

fix the form params for chado/views-integration
Stephen Ficklin 7 years ago
parent
commit
4f91550cdd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tripal_chado_views/tripal_chado_views.module

+ 1 - 1
tripal_chado_views/tripal_chado_views.module

@@ -74,7 +74,7 @@ function tripal_chado_views_menu() {
   $items['admin/tripal/storage/chado/views-integration/edit/%'] = array(
     'title' => 'Edit Views Integration',
     'page callback' => 'drupal_get_form',
-    'page arguments' => array('tripal_chado_views_integration_form', 4),
+    'page arguments' => array('tripal_chado_views_integration_form', 6),
     'access arguments' => array('manage tripal_views_integration'),
     'type' => MENU_CALLBACK,
   );