ConfigController: temporarily remove future param

Not yet available in current master, would trigger errors
This commit is contained in:
Thomas Gelf 2016-02-08 12:23:00 +01:00
parent f0607c33be
commit 81123ea78f
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ class ConfigController extends ActionController
if ($isApiRequest) {
return $this->sendJson((object) array('checksum' => $checksum));
} else {
$url = Url::fromPath('director/list/deploymentlog?checkforchanges');
$url = Url::fromPath('director/list/deploymentlog');
Notification::success(
$this->translate('Config has been submitted, validation is going on')
);