BusinessProcess: config should end with a newline

This commit is contained in:
Thomas Gelf 2015-03-02 18:21:50 +01:00
parent 6cad8bb9cb
commit a63ac99ac5

View file

@ -411,7 +411,7 @@ class BusinessProcess
foreach ($this->getChildren() as $child) {
$conf .= $child->toLegacyConfigString();
}
return $conf;
return $conf . "\n";
}
public function renderHtml($view)