mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-27 15:54:03 +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 stream_get_contents($value);
|
||||||
}
|
}
|
||||||
|
|
||||||
return $val;
|
return $value;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function calculateChecksum()
|
protected function calculateChecksum()
|
||||||
{
|
{
|
||||||
$files = array($this->getLastActivityHexChecksum());
|
$files = array();
|
||||||
$sortedFiles = $this->files;
|
$sortedFiles = $this->files;
|
||||||
ksort($sortedFiles);
|
ksort($sortedFiles);
|
||||||
/** @var IcingaConfigFile $file */
|
/** @var IcingaConfigFile $file */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user