ConfigJob: fix no $api available

This commit is contained in:
Thomas Gelf 2016-06-16 15:34:14 +02:00
parent 862ffee616
commit cf88f110e0
1 changed files with 1 additions and 1 deletions

View File

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