فهرست منبع

Bulk Loader: Small fix to theme hook for add/edit templates

Lacey Sanderson 11 سال پیش
والد
کامیت
7d9a0d7b72
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      tripal_bulk_loader/tripal_bulk_loader.module

+ 1 - 1
tripal_bulk_loader/tripal_bulk_loader.module

@@ -248,7 +248,7 @@ function tripal_bulk_loader_theme() {
       'path' => drupal_get_path('module', 'tripal_bulk_loader') . '/theme',
     ),
     'tripal_bulk_loader_modify_template_base_form' => array(
-      'variables' => array('form' => NULL),
+      //'variables' => array('form' => NULL),
       'template' => 'tripal_bulk_loader_modify_template_base_form',
       'path' => drupal_get_path('module', 'tripal_bulk_loader') . '/theme',
       'render element' => 'form'