mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-05-28 04:02:39 -04:00
parent
9f15bda698
commit
fe3de9458b
1 changed files with 1 additions and 1 deletions
|
|
@ -43,8 +43,8 @@ class ShowController extends Controller
|
|||
'contact_notify_host_flapping',
|
||||
'contact_notify_host_downtime',
|
||||
));
|
||||
$query->where('contact_name', $contactName);
|
||||
$this->applyRestriction('monitoring/filter/objects', $query);
|
||||
$query->where('contact_name', $contactName);
|
||||
$contact = $query->getQuery()->fetchRow();
|
||||
|
||||
if ($contact) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue