Browse Source

Update tripal/api/tripal.fields.api.inc

Co-Authored-By: laceysanderson <las166@mail.usask.ca>
Bradford Condon 6 years ago
parent
commit
e9fac8bda5
1 changed files with 3 additions and 1 deletions
  1. 3 1
      tripal/api/tripal.fields.api.inc

+ 3 - 1
tripal/api/tripal.fields.api.inc

@@ -193,7 +193,9 @@ function tripal_get_tripalfield_files() {
       // Find all of the files in the tripal_chado/includes/fields directory.
       $fields_path = drupal_get_path('module', $module) . '/includes/TripalFields';
       $tmp = file_scan_directory($fields_path, '/.*__.*\.inc$/');
-      if (!empty($tmp)) { $field_files = array_merge($field_files, $tmp); }
+ if (!empty($tmp)) {
+        $field_files = array_merge($field_files, $tmp);
+      }
     }
 
     // Check the library directory.