Skip to content

Commit

Permalink
Do not filter for `contactgroup' in case the concrete group name is k…
Browse files Browse the repository at this point in the history
…nown

refs #8613
  • Loading branch information
Johannes Meyer committed Apr 10, 2015
1 parent 71c0131 commit 5ec4919
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if (! empty($object->contactgroups)) {
$list[] = $this->qlink(
$contactgroup->contactgroup_alias,
'monitoring/list/contactgroups',
array('contactgroup' => $contactgroup->contactgroup_name),
array('contactgroup_name' => $contactgroup->contactgroup_name),
array('title' => sprintf($this->translate('List contacts in contact-group "%s"'), $contactgroup->contactgroup_alias))
);
}
Expand Down

0 comments on commit 5ec4919

Please sign in to comment.