Parcourir la source

Fixed bug in themeing of views integartion in core

spficklin il y a 13 ans
Parent
commit
a18fc24574
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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',
 	   ),