Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Controller/PageController.php')
-rw-r--r--lib/Controller/PageController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Controller/PageController.php b/lib/Controller/PageController.php
index ce23c3878..f04ceb478 100644
--- a/lib/Controller/PageController.php
+++ b/lib/Controller/PageController.php
@@ -176,7 +176,7 @@ class PageController extends Controller {
);
$this->initialStateService->provideInitialState(
- 'allow_new_mail_accounts',
+ 'allow-new-accounts',
$this->config->getAppValue('mail', 'allow_new_mail_accounts', 'yes') === 'yes'
);