|  | @@ -666,7 +666,7 @@ function tripal_field_formatter_settings_summary($field, $instance, $view_mode)
 | 
											
												
													
														|  |    $formatter_class = $field['type'] . '_formatter';
 |  |    $formatter_class = $field['type'] . '_formatter';
 | 
											
												
													
														|  |    if (tripal_load_include_field_class($formatter_class)) {
 |  |    if (tripal_load_include_field_class($formatter_class)) {
 | 
											
												
													
														|  |      $formatter = new $formatter_class($field, $instance);
 |  |      $formatter = new $formatter_class($field, $instance);
 | 
											
												
													
														|  | -    return $formatter->settingsSummary($form, $form_state);
 |  | 
 | 
											
												
													
														|  | 
 |  | +    return $formatter->settingsSummary($view_mode);
 | 
											
												
													
														|  |    }
 |  |    }
 | 
											
												
													
														|  |  }
 |  |  }
 | 
											
												
													
														|  |  
 |  |  
 |