Default value for comments are not set. I managed to fix something but still doesn't work.

@@ -111,10 +111,10 @@ function differ_field_delete_field($field) {
  * Sets the default value of a comment field based on the parent node.
  */
 function differ_default_value_function($obj_type, $object, $field, $instance, $langcode) {
-  if ($obj_type == 'comment' && !isset($object->cid) && !empty($field['settings']['differ']['track'])) {
+  if ($obj_type == 'comment' && !isset($object->cid) && !empty($instance['settings']['differ']['track'])) {

Comments

tstoeckler’s picture

Status: Active » Fixed

Sorry for letting this slide for such a long time. I have recently committed some clean-ups to to the module, and this should be fixed now.
If not, please post the exact steps to reproduce the issue.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.