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

Commit

Permalink
fix(conf): trap generation reindexing pollers id (#6416)
Browse files Browse the repository at this point in the history
Fix trap generation form reindexing pollers id when adding All Pollers entry
  • Loading branch information
cgagnaire authored and lpinsivy committed Aug 12, 2019
1 parent dc91f87 commit 33ecc86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
* Display all server options
*/
if ($n > 1) {
$tab_nagios_server = array_merge(array(0 => _("All Pollers")), $tab_nagios_server);
$tab_nagios_server = array(0 => _("All Pollers")) + $tab_nagios_server;
}

/*
Expand Down

0 comments on commit 33ecc86

Please sign in to comment.