Browse Source

oops typo related to last commit

Stephen Ficklin 7 years ago
parent
commit
2d35ed7148
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tripal/includes/TripalBundleUIController.inc

+ 1 - 1
tripal/includes/TripalBundleUIController.inc

@@ -432,7 +432,7 @@ function tripal_tripal_bundle_form_submit($form, &$form_state) {
       $update = $form_state['input']['set_titles']['title_format'];
       $type = 'title';
       $args = array(
-        'bundle_id' => $bundle->id,
+        'bundle_id' => $bundle->name,
         'update' => $update,
         'type' => $type
       );