mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-27 07:44:05 +02:00
IcingaConfig: files checksum should be files-only
This commit is contained in:
parent
b16ccc441a
commit
8a2bc74e29
@ -199,12 +199,12 @@ class IcingaConfig
|
||||
return stream_get_contents($value);
|
||||
}
|
||||
|
||||
return $val;
|
||||
return $value;
|
||||
}
|
||||
|
||||
protected function calculateChecksum()
|
||||
{
|
||||
$files = array($this->getLastActivityHexChecksum());
|
||||
$files = array();
|
||||
$sortedFiles = $this->files;
|
||||
ksort($sortedFiles);
|
||||
/** @var IcingaConfigFile $file */
|
||||
|
Loading…
x
Reference in New Issue
Block a user