From 81123ea78f5d67ef07f9f60a28d55bb85bd3f925 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Mon, 8 Feb 2016 12:23:00 +0100 Subject: [PATCH] ConfigController: temporarily remove future param Not yet available in current master, would trigger errors --- application/controllers/ConfigController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/ConfigController.php b/application/controllers/ConfigController.php index c3e40d11..744f185e 100644 --- a/application/controllers/ConfigController.php +++ b/application/controllers/ConfigController.php @@ -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') );