Browse Source

Update tripal_chado/includes/tripal_chado.publish.inc

Co-Authored-By: laceysanderson <las166@mail.usask.ca>
Bradford Condon 6 years ago
parent
commit
5a7cf745c7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tripal_chado/includes/tripal_chado.publish.inc

+ 1 - 1
tripal_chado/includes/tripal_chado.publish.inc

@@ -90,7 +90,7 @@ function tripal_chado_publish_form($form, &$form_state) {
 
         // Now call the widget callback function to let the module adjust the
         // element as needed.
-        if (!isset($instance['widget']['module'](( {
+        if (!isset($instance['widget']['module'])) {
           tripal_report_error(
             'tripal_chado',
             TRIPAL_ERROR,