ConfigJob: fix syntax error

This commit is contained in:
Thomas Gelf 2016-06-16 14:52:50 +02:00
parent 7038987966
commit c645660ecd
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ class ConfigJob extends JobHook
{
if ($this->isWithinGracePeriod()) {
return $deployment->getDeploymentTimestamp()
+ $this->getSetting('grace_period'))
+ $this->getSetting('grace_period')
- time();
}