Skip to content

Commit

Permalink
Merge pull request #1197 from dsenalik/1196-tv3-tripal_field_notices
Browse files Browse the repository at this point in the history
1196 tv3 tripal field notices
  • Loading branch information
spficklin committed May 17, 2021
2 parents 476f8a0 + 2bfcab9 commit 003d7bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tripal_chado/includes/tripal_chado.publish.inc
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ function tripal_chado_publish_form($form, &$form_state) {
$function = $instance['widget']['module'] . '_field_widget_form';
$items = [];
$delta = 0;
$element = [];
if (function_exists($function)) {
$element = $function($form, $form_state, $field, $instance, $langcode, $items, $delta, $element);
}
Expand Down

0 comments on commit 003d7bd

Please sign in to comment.