Merge pull request #13670 from nextcloud/backport/13660/stable15

[stable15] Fix template paramter
This commit is contained in:
Morris Jobke 2019-01-21 15:56:46 +01:00 committed by GitHub
commit d908bf190c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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'
);

View file

@ -257,7 +257,7 @@ class ClientFlowLoginControllerTest extends TestCase {
'core',
'403',
[
'file' => 'State token does not match',
'message' => 'State token does not match',
],
'guest'
);