Просмотр исходного кода

oops typo related to last commit

Stephen Ficklin 7 лет назад
Родитель
Сommit
2d35ed7148
1 измененных файлов с 1 добавлено и 1 удалено
  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
       );