mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
ConfigJob: fix missing variable
This commit is contained in:
parent
c645660ecd
commit
862ffee616
@ -127,7 +127,7 @@ class ConfigJob extends JobHook
|
|||||||
protected function getActiveChecksum()
|
protected function getActiveChecksum()
|
||||||
{
|
{
|
||||||
return DirectorDeploymentLog::getConfigChecksumForStageName(
|
return DirectorDeploymentLog::getConfigChecksumForStageName(
|
||||||
$db,
|
$this->db(),
|
||||||
$api->getActiveStageName()
|
$api->getActiveStageName()
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user