diff --git a/includes/handlers.inc b/includes/handlers.inc index a38c3dd..13ffc2a 100644 --- a/includes/handlers.inc +++ b/includes/handlers.inc @@ -1006,7 +1006,7 @@ class views_many_to_one_helper { $options['group'] = 0; } - if (isset($options['group']) && ($options['group'] == 1) && isset($this->handler->group_info)) { + if (isset($options['is_grouped']) && isset($this->handler->group_info)) { $value = $this->handler->group_info; } else { $value = $this->handler->value;