From 66367797dfd7ad794881494e20eb64d4368056ac Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Fri, 18 Jan 2019 09:17:26 +0100 Subject: Fix template paramter Else we get shown an error page instead of the correct 403. Signed-off-by: Roeland Jago Douma --- core/Controller/ClientFlowLoginController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/Controller/ClientFlowLoginController.php') diff --git a/core/Controller/ClientFlowLoginController.php b/core/Controller/ClientFlowLoginController.php index c00a720ac57..b58f56194c7 100644 --- a/core/Controller/ClientFlowLoginController.php +++ b/core/Controller/ClientFlowLoginController.php @@ -138,7 +138,7 @@ class ClientFlowLoginController extends Controller { $this->appName, '403', [ - 'file' => $this->l10n->t('State token does not match'), + 'message' => $this->l10n->t('State token does not match'), ], 'guest' ); -- cgit v1.2.3