Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

fix(filter) fix recurrent downtimes filter #7987 #7989

Merged
merged 2 commits into from
Oct 31, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion www/include/monitoring/recurrentDowntime/listDowntime.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
FILTER_SANITIZE_STRING
);

if ($search) {
if ($_POST["Search"]) {
//saving chosen filters values
$centreon->historySearch[$url] = array();
$centreon->historySearch[$url]["search"] = $search;
Expand Down