LegacyDeploymentApi: Call activation tool to deploy a new stage

refs #13049
This commit is contained in:
Markus Frosch 2016-11-04 16:38:08 +01:00
parent 660f41f94d
commit a3d69c4f4c
1 changed files with 1 additions and 1 deletions

View File

@ -291,7 +291,7 @@ class LegacyDeploymentApi implements DeploymentApiInterface
*/
protected function activateStage($stage)
{
if ($this->activationScript === null || trim($this->activationScript === null) === '') {
if ($this->activationScript === null || trim($this->activationScript) === '') {
// skip activation, could be done by external cron worker
return true;
}