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
path: root/lib
diff options
context:
space:
mode:
authorRichard Steinmetz <richard@steinmetz.cloud>2022-10-03 13:34:41 +0300
committerRichard Steinmetz <richard@steinmetz.cloud>2022-10-03 14:31:58 +0300
commit127b54770f220c623be681d747b8b1191e6f4343 (patch)
treebc35c3caf93ceaf0b6074b69c477edeaac1d9dc5 /lib
parent11c259667d1ca85e345e4cd0a982cb3e5aed9c9f (diff)
Fix disabling the add account button
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
Diffstat (limited to 'lib')
-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'
);