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

github.com/nextcloud/registration.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Rittershofer <jotoeri@users.noreply.github.com>2021-02-03 17:29:31 +0300
committerJonas Rittershofer <jotoeri@users.noreply.github.com>2021-02-03 17:35:28 +0300
commit7343fee4b240f71726de592ab216f1a221762bf7 (patch)
tree8c544ca72f80bf9b2f1a066ebe43d964fb7b5984 /lib/Settings/RegistrationSettings.php
parentb903ca26effb36f3416254c6a44fc024390fa6bb (diff)
Create proper Settings Section
Signed-off-by: Jonas Rittershofer <jotoeri@users.noreply.github.com>
Diffstat (limited to 'lib/Settings/RegistrationSettings.php')
-rw-r--r--lib/Settings/RegistrationSettings.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Settings/RegistrationSettings.php b/lib/Settings/RegistrationSettings.php
index 5414213..ecf3139 100644
--- a/lib/Settings/RegistrationSettings.php
+++ b/lib/Settings/RegistrationSettings.php
@@ -44,7 +44,6 @@ class RegistrationSettings implements ISettings {
$this->appName = $appName;
$this->config = $config;
$this->groupManager = $groupManager;
- $this->appName = $appName;
}
public function getForm(): TemplateResponse {
@@ -86,7 +85,7 @@ class RegistrationSettings implements ISettings {
}
public function getSection(): string {
- return 'additional';
+ return 'registration';
}
public function getPriority(): int {