Explorar o código

Fix mview delete error

Abdullah Almsaeed %!s(int64=7) %!d(string=hai) anos
pai
achega
bc1a4c46b9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tripal_chado/tripal_chado.module

+ 1 - 1
tripal_chado/tripal_chado.module

@@ -276,7 +276,7 @@ function tripal_chado_menu() {
     'title' => 'Create Materialized View',
     'description' => t('Materialized views are used to improve speed of large or complex queries.'),
     'page callback' => 'drupal_get_form',
-    'page arguments' => array('tripal_mviews_delete_form', 5),
+    'page arguments' => array('tripal_mviews_delete_form', 6),
     'access arguments' => array('administer chado mviews'),
     'type' => MENU_CALLBACK,
     'file' => 'includes/tripal_chado.mviews.inc',