aboutsummaryrefslogtreecommitdiffstats
path: root/core/Controller/LostController.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/Controller/LostController.php')
-rw-r--r--core/Controller/LostController.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/Controller/LostController.php b/core/Controller/LostController.php
index a210f3de547..d7d9bc4c15c 100644
--- a/core/Controller/LostController.php
+++ b/core/Controller/LostController.php
@@ -159,8 +159,8 @@ class LostController extends Controller {
public function resetform($token, $userId) {
if ($this->config->getSystemValue('lost_password_link', '') !== '') {
return new TemplateResponse('core', 'error', [
- 'errors' => [['error' => $this->l10n->t('Password reset is disabled')]]
- ],
+ 'errors' => [['error' => $this->l10n->t('Password reset is disabled')]]
+ ],
'guest'
);
}