ConfigJob: fix no $api available

This commit is contained in:
Thomas Gelf 2016-06-16 15:34:14 +02:00
parent 862ffee616
commit cf88f110e0

View File

@ -128,7 +128,7 @@ class ConfigJob extends JobHook
{ {
return DirectorDeploymentLog::getConfigChecksumForStageName( return DirectorDeploymentLog::getConfigChecksumForStageName(
$this->db(), $this->db(),
$api->getActiveStageName() $this->api()->getActiveStageName()
); );
} }