From b2ae21cbb29fdfccd76bee4f82e189de1b45a52e Mon Sep 17 00:00:00 2001 From: loiclau Date: Thu, 31 Oct 2019 17:21:32 +0100 Subject: [PATCH] fix(monitoring) fix recurrent downtimes filter #7987 (#7989) --- www/include/monitoring/recurrentDowntime/listDowntime.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/include/monitoring/recurrentDowntime/listDowntime.php b/www/include/monitoring/recurrentDowntime/listDowntime.php index 9a3d8cd91a7..134948b594a 100644 --- a/www/include/monitoring/recurrentDowntime/listDowntime.php +++ b/www/include/monitoring/recurrentDowntime/listDowntime.php @@ -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;