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

Commit

Permalink
fix(host): update pagination (#6353)
Browse files Browse the repository at this point in the history
reset pagination page on new filter posted

Resolves: CP7M-59
  • Loading branch information
victorvassilev authored Jun 7, 2018
1 parent b5a0406 commit 7a4d67d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions www/include/configuration/configObject/host/listHost.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
$DBRESULT->closeCursor();

if (isset($_POST["searchH"])) {
$num = 0;
$search = $_POST["searchH"];
$centreon->historySearch[$url] = $search;
} elseif (isset($_GET["searchH"])) {
Expand Down

0 comments on commit 7a4d67d

Please sign in to comment.