mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-26 23:34:10 +02:00
ConfigJob: fix no $api available
This commit is contained in:
parent
862ffee616
commit
cf88f110e0
@ -128,7 +128,7 @@ class ConfigJob extends JobHook
|
|||||||
{
|
{
|
||||||
return DirectorDeploymentLog::getConfigChecksumForStageName(
|
return DirectorDeploymentLog::getConfigChecksumForStageName(
|
||||||
$this->db(),
|
$this->db(),
|
||||||
$api->getActiveStageName()
|
$this->api()->getActiveStageName()
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user