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

Commit

Permalink
fix(downtime): fix error for downtime on hostgroups (#10346)
Browse files Browse the repository at this point in the history
  • Loading branch information
adr-mo committed Oct 21, 2021
1 parent e942895 commit edcdf92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/class/centreonHostgroups.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ class CentreonHostgroups

/**
*
* @var type
* @var array
*/
private $relationCache;
private $relationCache = [];

/**
*
Expand Down

0 comments on commit edcdf92

Please sign in to comment.