Explorar o código

Fixed bug in themeing of views integartion in core

spficklin %!s(int64=13) %!d(string=hai) anos
pai
achega
a18fc24574
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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',
 	   ),