Browse Source

Fixed bug in themeing of views integartion in core

spficklin 13 năm trước cách đây
mục cha
commit
a18fc24574
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      base/tripal_core/tripal_core.module

+ 1 - 1
base/tripal_core/tripal_core.module

@@ -291,7 +291,7 @@ function tripal_core_theme () {
          'arguments' => array('job_id'=> null),
          'template' => 'tripal_core_job_view',
       ),
-	  'tripal_views_integration_new_setup_form' => array(
+	  'tripal_core_views_integration_new_setup_form' => array(
          'arguments' => array('form' => NULL),
          'template'  => 'tripal_views_integration_fields_form',
 	   ),