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

Commit

Permalink
fix(monitoring) fix recurrent downtimes filter #7987 (#7989)
Browse files Browse the repository at this point in the history
  • Loading branch information
loiclau committed Oct 31, 2019
1 parent c8f412e commit e8902ef
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit e8902ef

Please sign in to comment.