mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-24 14:24:42 +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(
|
||||
$this->db(),
|
||||
$api->getActiveStageName()
|
||||
$this->api()->getActiveStageName()
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user